程序包 | 说明 |
---|---|
org.opencms.ade.configuration | |
org.opencms.ade.containerpage.inherited | |
org.opencms.xml.containerpage |
Contains functions for the ADE main pages, commonly called "Container Pages" in OpenCms.
|
org.opencms.xml.content |
Contains functions for structured content storage using XML, commonly called "XML content" in OpenCms.
|
限定符和类型 | 方法和说明 |
---|---|
static java.lang.String |
CmsConfigurationReader.getString(CmsObject cms,
I_CmsXmlContentValueLocation location)
Gets the string value of an XML content location.
|
protected java.lang.String |
CmsConfigurationReader.getString(I_CmsXmlContentValueLocation location)
Gets the string value of an XML content location.
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
CmsContainerConfigurationParser.parseSingleConfiguration(I_CmsXmlContentValueLocation location)
Parses a single inheritance configuration from an XML content node.
|
限定符和类型 | 方法和说明 |
---|---|
protected java.lang.String |
CmsDynamicFunctionParser.getString(CmsObject cms,
I_CmsXmlContentValueLocation location)
Gets the string value of an XML content location.
|
protected java.lang.String |
CmsDynamicFunctionParser.getStringValue(CmsObject cms,
I_CmsXmlContentValueLocation location,
java.lang.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.
|
protected CmsPair<java.lang.String,java.lang.String> |
CmsDynamicFunctionParser.parseParameter(CmsObject cms,
I_CmsXmlContentValueLocation valueLocation)
Parses a request parameter for the JSP from the XML content.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsXmlContentValueLocation
Represents the concrete location of an XML content value.
|
限定符和类型 | 方法和说明 |
---|---|
I_CmsXmlContentValueLocation |
I_CmsXmlContentLocation.getSubValue(java.lang.String subPath)
Returns the location for an xpath relative to the current location.
|
I_CmsXmlContentValueLocation |
CmsXmlContentRootLocation.getSubValue(java.lang.String subPath) |
限定符和类型 | 方法和说明 |
---|---|
java.util.List<I_CmsXmlContentValueLocation> |
CmsXmlContentValueLocation.getSubValues(java.lang.String subPath) |
java.util.List<I_CmsXmlContentValueLocation> |
I_CmsXmlContentLocation.getSubValues(java.lang.String subPath)
Returns the locations for an xpath relative to the current location.
|
java.util.List<I_CmsXmlContentValueLocation> |
CmsXmlContentRootLocation.getSubValues(java.lang.String subPath) |