Uses of Interface
org.opencms.ade.configuration.I_CmsConfigurationObject
Packages that use I_CmsConfigurationObject
-
Uses of I_CmsConfigurationObject in org.opencms.ade.configuration
Classes in org.opencms.ade.configuration with type parameters of type I_CmsConfigurationObjectModifier and TypeInterfaceDescriptioninterface
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.Classes in org.opencms.ade.configuration that implement I_CmsConfigurationObjectModifier and TypeClassDescriptionclass
Bean for representing a named dynamic function reference from the configuration.class
This class contains the model page configuration for a sitemap region.class
This class represents the property configuration for a sitemap region.class
The configuration for a single resource type.Methods in org.opencms.ade.configuration with type parameters of type I_CmsConfigurationObjectModifier and TypeMethodDescriptionstatic <C extends I_CmsConfigurationObject<C>>
List<C>CmsADEConfigData.combineConfigurationElements
(List<C> parentConfigs, List<C> childConfigs, boolean preserveDisabled) Generic method to merge lists of named configuration objects.