Uses of Class
org.opencms.xml.containerpage.CmsGroupContainerBean
Package
Description
Contains the container page editor service classes.
Contains functions for the ADE main pages, commonly called "Container Pages" in OpenCms.
-
Uses of CmsGroupContainerBean in org.opencms.ade.containerpage
Modifier and TypeMethodDescriptionstatic boolean
CmsElementUtil.checkGroupAllowed
(String containerType, CmsGroupContainerBean groupContainer) Checks if a group element is allowed in a container with a given type. -
Uses of CmsGroupContainerBean in org.opencms.xml.containerpage
Modifier and TypeMethodDescriptionCmsXmlGroupContainer.getGroupContainer
(CmsObject cms) Returns the group container bean for the given locale.Modifier and TypeMethodDescriptionvoid
CmsXmlGroupContainer.save
(CmsObject cms, CmsGroupContainerBean groupContainer, 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. -
Uses of CmsGroupContainerBean in org.opencms.xml.templatemapper
Modifier and TypeMethodDescriptionCmsTemplateMapper.transformGroupContainer
(CmsObject cms, CmsGroupContainerBean input, String rootPath) Transforms a group container bean.Modifier and TypeMethodDescriptionCmsTemplateMapper.transformGroupContainer
(CmsObject cms, CmsGroupContainerBean input, String rootPath) Transforms a group container bean.