Uses of Class
org.opencms.ade.configuration.CmsADEConfigDataInternal
Packages that use CmsADEConfigDataInternal
-
Uses of CmsADEConfigDataInternal in org.opencms.ade.configuration
Fields in org.opencms.ade.configuration declared as CmsADEConfigDataInternalModifier and TypeFieldDescriptionprotected CmsADEConfigDataInternal
CmsADEConfigData.m_data
The wrapped configuration bean containing the actual data.Methods in org.opencms.ade.configuration that return CmsADEConfigDataInternalModifier and TypeMethodDescriptionstatic CmsADEConfigDataInternal
CmsADEConfigDataInternal.emptyConfiguration
(String basePath) Creates an empty configuration for a given base path.CmsADEConfigDataInternal.ConfigReferenceInstance.getConfig()
Gets the configuration instance.CmsADEConfigurationSequence.getConfig()
Gets the current configuration data.protected CmsADEConfigDataInternal
CmsADEConfigCacheState.getSiteConfigData
(String path) Helper method for getting the best matching sitemap configuration object for a given root path, ignoring the module configuration.protected CmsADEConfigDataInternal
CmsADEConfigCacheState.mergeConfigurations
(List<CmsADEConfigDataInternal> configurations) Merges a list of multiple configuration objects into a single configuration object.CmsConfigurationReader.parseConfiguration
(String basePath, CmsXmlContent content) Parses a configuration XML content and creates a configuration object from it.CmsConfigurationReader.parseSitemapConfiguration
(String basePath, CmsResource configRes) Parses the sitemap configuration given the configuration file and base path.Methods in org.opencms.ade.configuration that return types with arguments of type CmsADEConfigDataInternalModifier and TypeMethodDescriptionCmsConfigurationReader.readModuleConfigurations()
Reads the configurations of all modules and combines them into a single configuration object.Methods in org.opencms.ade.configuration with parameters of type CmsADEConfigDataInternalModifier and TypeMethodDescriptionprotected void
CmsADEConfigDataInternal.mergeParent
(CmsADEConfigDataInternal parent) Merges the parent's data into this object.Method parameters in org.opencms.ade.configuration with type arguments of type CmsADEConfigDataInternalModifier and TypeMethodDescriptionCmsADEConfigCacheState.createUpdatedCopy
(Map<CmsUUID, CmsADEConfigDataInternal> sitemapUpdates, List<CmsADEConfigDataInternal> moduleUpdates, Map<CmsUUID, CmsElementView> elementViewUpdates, Map<CmsUUID, CmsSitePlugin> sitePluginUpdates, Map<CmsUUID, CmsSitemapAttributeEditorConfiguration> attributeEditorConfigurations) Creates a new object which represents the changed configuration state given some updates, without changing the current configuration state (this object instance).CmsADEConfigCacheState.createUpdatedCopy
(Map<CmsUUID, CmsADEConfigDataInternal> sitemapUpdates, List<CmsADEConfigDataInternal> moduleUpdates, Map<CmsUUID, CmsElementView> elementViewUpdates, Map<CmsUUID, CmsSitePlugin> sitePluginUpdates, Map<CmsUUID, CmsSitemapAttributeEditorConfiguration> attributeEditorConfigurations) Creates a new object which represents the changed configuration state given some updates, without changing the current configuration state (this object instance).protected CmsADEConfigDataInternal
CmsADEConfigCacheState.mergeConfigurations
(List<CmsADEConfigDataInternal> configurations) Merges a list of multiple configuration objects into a single configuration object.Constructors in org.opencms.ade.configuration with parameters of type CmsADEConfigDataInternalModifierConstructorDescriptionCmsADEConfigData
(CmsADEConfigDataInternal data, CmsADEConfigCacheState cache, CmsADEConfigurationSequence configSequence) Creates a new configuration data object, based on an internal configuration data bean and a configuration cache state.Creates a new instance.ConfigReferenceInstance
(CmsADEConfigDataInternal config, CmsADEConfigDataInternal.ConfigReferenceMeta meta) Creates a new instance.Constructor parameters in org.opencms.ade.configuration with type arguments of type CmsADEConfigDataInternalModifierConstructorDescriptionCmsADEConfigCacheState
(CmsObject cms, Map<CmsUUID, CmsADEConfigDataInternal> siteConfigurations, List<CmsADEConfigDataInternal> moduleConfigs, Map<CmsUUID, CmsElementView> elementViews, Map<CmsUUID, CmsSitePlugin> sitePlugins, Map<CmsUUID, CmsSitemapAttributeEditorConfiguration> attributeEditorConfigurations) Creates a new configuration cache state.CmsADEConfigCacheState
(CmsObject cms, Map<CmsUUID, CmsADEConfigDataInternal> siteConfigurations, List<CmsADEConfigDataInternal> moduleConfigs, Map<CmsUUID, CmsElementView> elementViews, Map<CmsUUID, CmsSitePlugin> sitePlugins, Map<CmsUUID, CmsSitemapAttributeEditorConfiguration> attributeEditorConfigurations) Creates a new configuration cache state.