Uses of Class
org.opencms.xml.containerpage.CmsGroupContainerBean
Packages that use 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
Methods in org.opencms.ade.containerpage with parameters of type CmsGroupContainerBeanModifier 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
Methods in org.opencms.xml.containerpage that return CmsGroupContainerBeanModifier and TypeMethodDescriptionCmsXmlGroupContainer.getGroupContainer
(CmsObject cms) Returns the group container bean for the given locale.Methods in org.opencms.xml.containerpage with parameters of type CmsGroupContainerBeanModifier 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
Methods in org.opencms.xml.templatemapper that return CmsGroupContainerBeanModifier and TypeMethodDescriptionCmsTemplateMapper.transformGroupContainer
(CmsObject cms, CmsGroupContainerBean input, String rootPath) Transforms a group container bean.Methods in org.opencms.xml.templatemapper with parameters of type CmsGroupContainerBeanModifier and TypeMethodDescriptionCmsTemplateMapper.transformGroupContainer
(CmsObject cms, CmsGroupContainerBean input, String rootPath) Transforms a group container bean.