程序包 | 说明 |
---|---|
org.opencms.ade.configuration |
限定符和类型 | 接口和说明 |
---|---|
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.
|
限定符和类型 | 类和说明 |
---|---|
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.
|
限定符和类型 | 方法和说明 |
---|---|
protected static <C extends I_CmsConfigurationObject<C>> |
CmsADEConfigData.combineConfigurationElements(java.util.List<C> parentConfigs,
java.util.List<C> childConfigs)
Generic method to merge lists of named configuration objects.
|