程序包 | 说明 |
---|---|
org.opencms.xml.containerpage |
Contains functions for the ADE main pages, commonly called "Container Pages" in OpenCms.
|
限定符和类型 | 方法和说明 |
---|---|
CmsGroupContainerBean |
CmsXmlGroupContainer.getGroupContainer(CmsObject cms,
java.util.Locale locale)
Returns the group container bean for the given locale.
|
限定符和类型 | 方法和说明 |
---|---|
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.
|