Uses of Interface
org.opencms.xml.content.I_CmsXmlContentValueLocation
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_CmsXmlContentValueLocation in org.opencms.ade.configuration
Modifier and TypeMethodDescriptionstatic String
CmsConfigurationReader.getString
(CmsObject cms, I_CmsXmlContentValueLocation location) Gets the string value of an XML content location.protected String
CmsConfigurationReader.getString
(I_CmsXmlContentValueLocation location) Gets the string value of an XML content location. -
Uses of I_CmsXmlContentValueLocation in org.opencms.ade.containerpage.inherited
Modifier and TypeMethodDescriptionprotected void
CmsContainerConfigurationParser.parseSingleConfiguration
(I_CmsXmlContentValueLocation location) Parses a single inheritance configuration from an XML content node. -
Uses of I_CmsXmlContentValueLocation in org.opencms.ade.galleries
Modifier and TypeMethodDescriptionCmsAddContentRestriction.readEntry
(CmsObject cms, I_CmsXmlContentValueLocation location) Reads the entry for a single type from the configuration. -
Uses of I_CmsXmlContentValueLocation in org.opencms.xml.containerpage
Modifier and TypeMethodDescriptionprotected String
CmsDynamicFunctionParser.getString
(CmsObject cms, I_CmsXmlContentValueLocation location) Gets the string value of an XML content location.protected String
CmsDynamicFunctionParser.getStringValue
(CmsObject cms, I_CmsXmlContentValueLocation location, String defaultValue) Converts a (possibly null) content value location to a string.protected CmsDynamicFunctionBean.Format
CmsDynamicFunctionParser.parseAdditionalFormat
(CmsObject cms, I_CmsXmlContentValueLocation location, CmsResource functionRes) Parses an additional format from the XML content.CmsDynamicFunctionParser.parseParameter
(CmsObject cms, I_CmsXmlContentValueLocation valueLocation) Parses a request parameter for the JSP from the XML content. -
Uses of I_CmsXmlContentValueLocation in org.opencms.xml.content
Modifier and TypeClassDescriptionclass
Represents the concrete location of an XML content value.Modifier and TypeMethodDescriptionCmsXmlContentRootLocation.getSubValue
(String subPath) I_CmsXmlContentLocation.getSubValue
(String subPath) Returns the location for an xpath relative to the current location.Modifier and TypeMethodDescriptionCmsXmlContentRootLocation.getSubValues
(String subPath) CmsXmlContentValueLocation.getSubValues
(String subPath) I_CmsXmlContentLocation.getSubValues
(String subPath) Returns the locations for an xpath relative to the current location.