Uses of Class
org.opencms.xml.containerpage.mutable.CmsMutableContainer
Packages that use CmsMutableContainer
-
Uses of CmsMutableContainer in org.opencms.xml.containerpage.mutable
Methods in org.opencms.xml.containerpage.mutable that return CmsMutableContainerModifier 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.Methods in org.opencms.xml.containerpage.mutable that return types with arguments of type CmsMutableContainerModifier 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 nameConstructor parameters in org.opencms.xml.containerpage.mutable with type arguments of type CmsMutableContainerModifierConstructorDescriptionCmsMutableContainerPage
(List<CmsMutableContainer> containers) Creates a new instance.