Uses of Class
org.opencms.xml.containerpage.CmsContainerBean
Packages that use 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
Methods in org.opencms.ade.containerpage that return CmsContainerBeanModifier 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
Methods in org.opencms.jsp.util that return CmsContainerBeanModifier 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.Methods in org.opencms.jsp.util that return types with arguments of type CmsContainerBeanModifier and TypeMethodDescriptionCmsJspStandardContextBean.getParentContainers()
Returns the instance id parent container mapping.Methods in org.opencms.jsp.util with parameters of type CmsContainerBeanModifier and TypeMethodDescriptionvoid
CmsJspStandardContextBean.setContainer
(CmsContainerBean container) Sets the container the currently rendered element is part of. -
Uses of CmsContainerBean in org.opencms.xml.containerpage
Methods in org.opencms.xml.containerpage that return CmsContainerBeanModifier and TypeMethodDescriptionCmsContainerBean.copyWithNewElements
(List<CmsContainerElementBean> elements) Creates a copy of this bean, but with the element list replaced with something else.Methods in org.opencms.xml.containerpage that return types with arguments of type CmsContainerBeanModifier and TypeMethodDescriptionCmsContainerPageBean.getContainers()
Returns all container of this page.Constructor parameters in org.opencms.xml.containerpage with type arguments of type CmsContainerBeanModifierConstructorDescriptionCmsContainerPageBean
(List<CmsContainerBean> containers) Creates a new container page bean. -
Uses of CmsContainerBean in org.opencms.xml.containerpage.mutable
Methods in org.opencms.xml.containerpage.mutable that return CmsContainerBeanModifier and TypeMethodDescriptionCmsMutableContainer.toImmutable()
Converts this bean to a CmsContainerBean.Methods in org.opencms.xml.containerpage.mutable with parameters of type CmsContainerBeanModifier 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
Methods in org.opencms.xml.xml2json.renderer that return CmsContainerBeanModifier and TypeMethodDescriptionCmsJsonRendererContainerPage.ContainerNode.getContainer()
Gets the container bean.Constructors in org.opencms.xml.xml2json.renderer with parameters of type CmsContainerBeanModifierConstructorDescriptionContainerNode
(CmsContainerBean container) Creates a new node for the given container.