| Package | Description |
|---|---|
| org.opencms.ade.configuration |
Contains the ade configuration classes.
|
| Modifier and Type | Field and Description |
|---|---|
protected CmsFormatterChangeSet |
CmsADEConfigDataInternal.m_formatterChangeSet
The configured formatter changes.
|
| Modifier and Type | Method and Description |
|---|---|
CmsFormatterChangeSet |
CmsADEConfigDataInternal.getFormatterChangeSet()
Gets the formatter change set.
|
CmsFormatterChangeSet |
CmsADEConfigData.getOwnFormatterChangeSet()
Gets the formatter changes for this sitemap configuration.
|
protected CmsFormatterChangeSet |
CmsConfigurationReader.parseFormatterChangeSet(java.lang.String basePath,
I_CmsXmlContentLocation node,
boolean removeAllFormatters)
Parses the formatter change set.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
CmsADEConfigDataInternal(CmsResource resource,
boolean isModuleConfig,
java.lang.String basePath,
CmsResource masterConfig,
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,
boolean preferDetailPagesForLocalContents,
CmsFormatterChangeSet formatterChangeSet,
java.util.Set<CmsUUID> dynamicFunctions)
Creates a new configuration data instance.
|