| Package | Description |
|---|---|
| org.opencms.ade.configuration |
Contains the ade configuration classes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
I_CmsConfigurationObject<X extends I_CmsConfigurationObject<X>>
Interface for a single named configuration object that can either be merged with other configuration
objects or disable a configuration object with the same name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsFunctionReference
Bean for representing a named dynamic function reference from the configuration.
|
class |
CmsModelPageConfig
This class contains the model page configuration for a sitemap region.
|
class |
CmsPropertyConfig
This class represents the property configuration for a sitemap region.
|
class |
CmsResourceTypeConfig
The configuration for a single resource type.
|
| Modifier and Type | Method and Description |
|---|---|
static <C extends I_CmsConfigurationObject<C>> |
CmsADEConfigData.combineConfigurationElements(java.util.List<C> parentConfigs,
java.util.List<C> childConfigs,
boolean preserveDisabled)
Generic method to merge lists of named configuration objects.
|