Package org.opencms.xml.containerpage

Contains functions for the ADE main pages, commonly called "Container Pages" in OpenCms.

See:
          Description

Interface Summary
I_CmsADEConfiguration Configurable & expandable configuration.
 

Class Summary
CmsADECache Cache object instance for simultaneously cache online and offline items.
CmsADECacheSettings The cache settings for ADE.
CmsADESessionCache ADE's session cache.
CmsConfigurationFileFinder Helper class for locating configuration files by looking up their location in properties of another resource.
CmsConfigurationItem A single item of the ADE file type configuration.
CmsContainerBean One container of a container page.
CmsContainerElementBean One element of a container in a container page.
CmsContainerPageBean Describes one locale of a container page.
CmsDynamicFunctionBean A class which contains the data parsed from a dynamic function XML content.
CmsDynamicFunctionBean.Format A bean which contains a single format for a dynamic function, which contains of the function JSP, the container settings and the parameters.
CmsDynamicFunctionParser The parser class for creating dynamic function beans from XML contents.
CmsFormatterBean A bean containing formatter configuration data as strings.
CmsFormatterConfiguration Represents a formatter configuration.
CmsGroupContainerBean A group container.
CmsLazyFolder Helper class for creating a folder if it doesn'T already exist.
CmsXmlContainerPage Implementation of a object used to access and manage the xml data of a container page.
CmsXmlContainerPageFactory Provides factory methods to unmarshal (read) an container page object.
CmsXmlContainerPageHandler Container page handler to validate consistency.
CmsXmlDynamicFunctionHandler This is the XML content handler class for the "dynamic functionality" resource type.
CmsXmlGroupContainer Implementation of a object used to access and manage the xml data of a group container.
CmsXmlGroupContainerFactory Provides factory methods to unmarshal (read) an group container object.
CmsXmlGroupContainerHandler The XML content handler class for group containers.
TestCmsXmlContainerPage Tests the OpenCms XML container pages.
 

Enum Summary
CmsXmlContainerPage.XmlNode XML node name constants.
CmsXmlGroupContainer.XmlNode XML node name constants.
 

Package org.opencms.xml.containerpage Description

Contains functions for the ADE main pages, commonly called "Container Pages" in OpenCms.

Container Pages are composed just by links to content elements, ie. XML Content files.

Since:
8.0.0