Uses of Interface
org.opencms.xml.content.I_CmsXmlContentLocation
Package
Description
Contains the ade configuration classes.
Contains classes used for reading and caching inheritance groups.
Contains server side classes for the gallery dialogs.
Contains functions for the ADE main pages, commonly called "Container Pages" in OpenCms.
Contains functions for structured content storage using XML, commonly called "XML content" in OpenCms.
-
Uses of I_CmsXmlContentLocation in org.opencms.ade.configuration
Modifier and TypeMethodDescriptionprotected boolean
CmsConfigurationReader.getBoolean
(I_CmsXmlContentLocation parent, String name) Helper method to read a boolean value from the XML.CmsConfigurationReader.parseAddFormatters
(I_CmsXmlContentLocation node) Parses the formatters to add.protected void
CmsConfigurationReader.parseDetailPage
(I_CmsXmlContentLocation node) Parses the detail pages from an XML content node.CmsConfigurationReader.parseFolderOrName
(String basePath, I_CmsXmlContentLocation location) Parses a folder which may either be given as a path or as a folder name.CmsConfigurationReader.parseFormatter
(String typeName, I_CmsXmlContentLocation node) Parses a formatter bean.protected CmsFormatterChangeSet
CmsConfigurationReader.parseFormatterChangeSet
(String basePath, I_CmsXmlContentLocation node, boolean removeAllFormatters, boolean removeFunctions, Set<CmsUUID> functions, Set<CmsUUID> functionsToRemove) Parses the formatter change set.protected void
CmsConfigurationReader.parseFunctionReference
(I_CmsXmlContentLocation node) Parses a function reference node.void
CmsConfigurationReader.parseModelPage
(I_CmsXmlContentLocation node) Parses model page data from the XML content.static CmsPropertyConfig
CmsConfigurationReader.parseProperty
(CmsObject cms, I_CmsXmlContentLocation field) Helper method to parse a property.CmsConfigurationReader.parseRemoveFormatters
(I_CmsXmlContentLocation node) Parses the set of formatters to remove.void
CmsConfigurationReader.parseResourceTypeConfig
(String basePath, I_CmsXmlContentLocation node) Parses a resource type configuration element from the XML content. -
Uses of I_CmsXmlContentLocation in org.opencms.ade.configuration.plugins
Modifier and TypeMethodDescriptionstatic List<CmsTemplatePlugin>
CmsTemplatePlugin.parsePlugins
(CmsObject cms, I_CmsXmlContentLocation parent, String subName) Parses the template plugins. -
Uses of I_CmsXmlContentLocation in org.opencms.ade.containerpage.inherited
Modifier and TypeMethodDescriptionprotected void
CmsContainerConfigurationParser.parseConfigurationGroup
(I_CmsXmlContentLocation location) Parses a group of named configurations from a given XML content location.protected CmsInheritanceReference
CmsInheritanceReferenceParser.parseReference
(I_CmsXmlContentLocation location, Locale locale) Extracts a single inheritance reference from a location in the XML content. -
Uses of I_CmsXmlContentLocation in org.opencms.ade.galleries
Modifier and TypeMethodDescriptionstatic CmsAddContentRestriction
CmsAddContentRestriction.read
(CmsObject cms, I_CmsXmlContentLocation parent, String nodeName) Reads a content restriction from an XML content. -
Uses of I_CmsXmlContentLocation in org.opencms.xml.containerpage
Modifier and TypeMethodDescriptionprotected List<CmsDynamicFunctionBean.Format>
CmsDynamicFunctionParser.getAdditionalFormats
(CmsObject cms, I_CmsXmlContentLocation location, CmsResource functionRes) Parses all the additional formats from the XML content.protected CmsDynamicFunctionBean.Format
CmsDynamicFunctionParser.getMainFormat
(CmsObject cms, I_CmsXmlContentLocation location, CmsResource functionRes) Parses the main format from the XML content.protected CmsDynamicFunctionBean
CmsDynamicFunctionParser.parseFunctionBean
(CmsObject cms, I_CmsXmlContentLocation location, CmsResource functionRes, CmsResource functionFormatter) Parses a dynamic function bean.CmsDynamicFunctionParser.parseParameters
(CmsObject cms, I_CmsXmlContentLocation location, String name) Parses all parameters for the JSP from the XML content.protected CmsXmlContentProperty
CmsDynamicFunctionParser.parseProperty
(CmsObject cms, I_CmsXmlContentLocation field) Helper method for parsing a settings definition.protected Map<String,
CmsXmlContentProperty> CmsDynamicFunctionParser.parseSettings
(CmsObject cms, I_CmsXmlContentLocation location, CmsResource functionResource) Parses the settings for the dynamic function from the XML content. -
Uses of I_CmsXmlContentLocation in org.opencms.xml.content
Modifier and TypeInterfaceDescriptioninterface
Interface representing an XML content location which corresponds to an actual content value.Modifier and TypeClassDescriptionclass
Represents the root of an XML content for a given locale.class
Represents the concrete location of an XML content value.Modifier and TypeMethodDescriptionCmsXmlContentPropertyHelper.readProperties
(CmsObject cms, I_CmsXmlContentLocation baseLocation) Reads property nodes from the given location.