Uses of Class
org.opencms.xml.containerpage.CmsXmlGroupContainer
Package
Description
Contains functions for the ADE main pages, commonly called "Container Pages" in OpenCms.
-
Uses of CmsXmlGroupContainer in org.opencms.xml.containerpage
Modifier and TypeMethodDescriptionstatic CmsXmlGroupContainer
CmsXmlGroupContainerFactory.createDocument
(CmsObject cms, Locale locale, String modelUri) Create a new instance of an group container based on the given default content, that will have all language nodes of the default content and ensures the presence of the given locale.static CmsXmlGroupContainer
CmsXmlGroupContainerFactory.createDocument
(CmsObject cms, Locale locale, String encoding, CmsXmlContentDefinition contentDefinition) Create a new instance of a group container based on the given content definition, that will have one language node for the given locale all initialized with default values.CmsADECache.getCacheGroupContainer
(String key, boolean online) Returns the cached group container under the given key and for the given project.static CmsXmlGroupContainer
CmsXmlGroupContainerFactory.unmarshal
(CmsObject cms, byte[] xmlData, String encoding, EntityResolver resolver) Factory method to unmarshal (generate) a group container instance from a byte array that contains XML data.static CmsXmlGroupContainer
CmsXmlGroupContainerFactory.unmarshal
(CmsObject cms, String xmlData, String encoding, EntityResolver resolver) Factory method to unmarshal (generate) a group container instance from a String that contains XML data.static CmsXmlGroupContainer
CmsXmlGroupContainerFactory.unmarshal
(CmsObject cms, org.dom4j.Document document, String encoding, EntityResolver resolver) Factory method to unmarshal (generate) a group container instance from a XML document.static CmsXmlGroupContainer
Factory method to unmarshal (read) a group container instance from a OpenCms VFS file that contains XML data.static CmsXmlGroupContainer
Factory method to unmarshal (read) a group container instance from a OpenCms VFS file that contains XML data, using wither the encoding set in the XML file header, or the encoding set in the VFS file property.static CmsXmlGroupContainer
CmsXmlGroupContainerFactory.unmarshal
(CmsObject cms, CmsResource resource) Factory method to unmarshal (read) a group container instance from a OpenCms VFS resource that contains XML data.static CmsXmlGroupContainer
CmsXmlGroupContainerFactory.unmarshal
(CmsObject cms, CmsResource resource, javax.servlet.ServletRequest req) Factory method to unmarshal (read) a group container instance from a resource, using the request attributes as cache.Modifier and TypeMethodDescriptionvoid
CmsADECache.setCacheGroupContainer
(String key, CmsXmlGroupContainer groupContainer, boolean online) Caches the given group container under the given key and for the given project.