Uses of Class
org.opencms.xml.containerpage.mutable.CmsMutableContainer
-
Uses of CmsMutableContainer in org.opencms.xml.containerpage.mutable
Modifier and TypeMethodDescriptionCmsMutableContainerPage.exactContainer
(String name) Gets the container with exactly the given container name.CmsMutableContainerPage.firstContainer
(String name) Gets the first container which has a name matching the given name.static CmsMutableContainer
CmsMutableContainer.fromImmutable
(CmsContainerBean container) Converts a CmsContainerBean to an instance of this class.Modifier and TypeMethodDescriptionCmsMutableContainerPage.containers()
Returns the mutable list of containers for this container page.CmsMutableContainerPage.containers
(String name) Gets all containrs from the container page with a container name matching the given nameModifierConstructorDescriptionCmsMutableContainerPage
(List<CmsMutableContainer> containers) Creates a new instance.