Uses of Class
org.opencms.xml.containerpage.CmsContainerBean
Package
Description
Contains the container page editor service classes.
Utility classes to be used for JSP pages.
Contains functions for the ADE main pages, commonly called "Container Pages" in OpenCms.
-
Uses of CmsContainerBean in org.opencms.ade.containerpage
Modifier and TypeMethodDescriptionstatic CmsContainerBean
CmsElementUtil.clientToServerContainer
(CmsContainer container, List<CmsContainerElementBean> elements) Converts a client container bean to a server container bean. -
Uses of CmsContainerBean in org.opencms.jsp.util
Modifier and TypeMethodDescriptionCmsJspStandardContextBean.getContainer()
Returns the container the currently rendered element is part of.CmsJspStandardContextBean.getParentContainer()
Returns the parent container to the current container if available.Modifier and TypeMethodDescriptionCmsJspStandardContextBean.getParentContainers()
Returns the instance id parent container mapping.Modifier and TypeMethodDescriptionvoid
CmsJspStandardContextBean.setContainer
(CmsContainerBean container) Sets the container the currently rendered element is part of. -
Uses of CmsContainerBean in org.opencms.xml.containerpage
Modifier and TypeMethodDescriptionCmsContainerBean.copyWithNewElements
(List<CmsContainerElementBean> elements) Creates a copy of this bean, but with the element list replaced with something else.Modifier and TypeMethodDescriptionCmsContainerPageBean.getContainers()
Returns all container of this page.ModifierConstructorDescriptionCmsContainerPageBean
(List<CmsContainerBean> containers) Creates a new container page bean. -
Uses of CmsContainerBean in org.opencms.xml.containerpage.mutable
Modifier and TypeMethodDescriptionCmsMutableContainer.toImmutable()
Converts this bean to a CmsContainerBean.Modifier and TypeMethodDescriptionstatic CmsMutableContainer
CmsMutableContainer.fromImmutable
(CmsContainerBean container) Converts a CmsContainerBean to an instance of this class. -
Uses of CmsContainerBean in org.opencms.xml.xml2json.renderer
Modifier and TypeMethodDescriptionCmsJsonRendererContainerPage.ContainerNode.getContainer()
Gets the container bean.ModifierConstructorDescriptionContainerNode
(CmsContainerBean container) Creates a new node for the given container.