| Package | Description |
|---|---|
| org.opencms.ade.containerpage |
Contains the container page editor service classes.
|
| org.opencms.xml.containerpage |
Contains functions for the ADE main pages, commonly called "Container Pages" in OpenCms.
|
| org.opencms.xml.templatemapper |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
CmsElementUtil.checkGroupAllowed(java.lang.String containerType,
CmsGroupContainerBean groupContainer)
Checks if a group element is allowed in a container with a given type.
|
| Modifier and Type | Method and Description |
|---|---|
CmsGroupContainerBean |
CmsXmlGroupContainer.getGroupContainer(CmsObject cms)
Returns the group container bean for the given locale.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsXmlGroupContainer.save(CmsObject cms,
CmsGroupContainerBean groupContainer,
java.util.Locale locale)
Saves given container page in the current locale, and not only in memory but also to VFS.
|
protected void |
CmsXmlGroupContainer.saveGroupContainer(CmsObject cms,
org.dom4j.Element parent,
CmsGroupContainerBean groupContainer)
Adds the given container page to the given element.
|
| Modifier and Type | Method and Description |
|---|---|
CmsGroupContainerBean |
CmsTemplateMapper.transformGroupContainer(CmsObject cms,
CmsGroupContainerBean input,
java.lang.String rootPath)
Transforms a group container bean.
|
| Modifier and Type | Method and Description |
|---|---|
CmsGroupContainerBean |
CmsTemplateMapper.transformGroupContainer(CmsObject cms,
CmsGroupContainerBean input,
java.lang.String rootPath)
Transforms a group container bean.
|