程序包 | 说明 |
---|---|
org.opencms.ade.configuration |
限定符和类型 | 字段和说明 |
---|---|
protected CmsFormatterChangeSet |
CmsADEConfigData.m_formatterChangeSet
The configured formatter changes.
|
限定符和类型 | 方法和说明 |
---|---|
CmsFormatterChangeSet |
CmsADEConfigData.getOwnFormatterChangeSet()
Gets the formatter changes for this sitemap configuration.
|
protected CmsFormatterChangeSet |
CmsConfigurationReader.parseFormatterChangeSet(I_CmsXmlContentLocation node)
Parses the formatter change set.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<CmsFormatterChangeSet> |
CmsADEConfigData.getFormatterChangeSets()
Returns the formatter change sets for this and all parent sitemaps, ordered by increasing folder depth of the sitemap.
|
构造器和说明 |
---|
CmsADEConfigData(java.lang.String basePath,
java.util.List<CmsResourceTypeConfig> resourceTypeConfig,
boolean discardInheritedTypes,
java.util.List<CmsPropertyConfig> propertyConfig,
boolean discardInheritedProperties,
java.util.List<CmsDetailPageInfo> detailPageInfos,
java.util.List<CmsModelPageConfig> modelPages,
java.util.List<CmsFunctionReference> functionReferences,
boolean discardInheritedModelPages,
boolean createContentsLocally,
CmsFormatterChangeSet formatterChangeSet)
Creates a new configuration data instance.
|