程序包 | 说明 |
---|---|
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.
|
限定符和类型 | 方法和说明 |
---|---|
protected boolean |
CmsConfigurationReader.getBoolean(I_CmsXmlContentLocation parent,
java.lang.String name)
Helper method to read a boolean value from the XML.
|
java.util.Set<java.lang.String> |
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.
|
CmsFolderOrName |
CmsConfigurationReader.parseFolderOrName(java.lang.String basePath,
I_CmsXmlContentLocation location)
Parses a folder which may either be given as a path or as a folder name.
|
CmsFormatterBean |
CmsConfigurationReader.parseFormatter(java.lang.String typeName,
I_CmsXmlContentLocation node)
Parses a formatter bean.
|
protected CmsFormatterChangeSet |
CmsConfigurationReader.parseFormatterChangeSet(I_CmsXmlContentLocation node)
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.
|
java.util.Set<java.lang.String> |
CmsConfigurationReader.parseRemoveFormatters(I_CmsXmlContentLocation node)
Parses the set of formatters to remove.
|
void |
CmsConfigurationReader.parseResourceTypeConfig(java.lang.String basePath,
I_CmsXmlContentLocation node)
Parses a resource type configuration element from the XML content.
|
限定符和类型 | 方法和说明 |
---|---|
protected 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,
java.util.Locale locale)
Extracts a single inheritance reference from a location in the XML content.
|
限定符和类型 | 方法和说明 |
---|---|
protected java.util.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.
|
protected java.util.Map<java.lang.String,java.lang.String> |
CmsDynamicFunctionParser.parseParameters(CmsObject cms,
I_CmsXmlContentLocation location,
java.lang.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 java.util.Map<java.lang.String,CmsXmlContentProperty> |
CmsDynamicFunctionParser.parseSettings(CmsObject cms,
I_CmsXmlContentLocation location,
CmsResource functionResource)
Parses the settings for the dynamic function from the XML content.
|
限定符和类型 | 接口和说明 |
---|---|
interface |
I_CmsXmlContentValueLocation
Interface representing an XML content location which corresponds to an actual content value.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsXmlContentRootLocation
Represents the root of an XML content for a given locale.
|
class |
CmsXmlContentValueLocation
Represents the concrete location of an XML content value.
|
限定符和类型 | 方法和说明 |
---|---|
static java.util.Map<java.lang.String,java.lang.String> |
CmsXmlContentPropertyHelper.readProperties(CmsObject cms,
I_CmsXmlContentLocation baseLocation)
Reads property nodes from the given location.
|