Uses of Class
org.opencms.ade.configuration.formatters.CmsFormatterConfigurationCacheState
Packages that use CmsFormatterConfigurationCacheState
Package
Description
Contains the ade configuration classes.
Classes for handling formatter configurations.
-
Uses of CmsFormatterConfigurationCacheState in org.opencms.ade.configuration
Methods in org.opencms.ade.configuration that return CmsFormatterConfigurationCacheStateModifier and TypeMethodDescriptionCmsADEConfigData.getCachedFormatters()
Gets the cached formatters.CmsADEManager.getCachedFormatters
(boolean online) Gets the cached formatter beans.Methods in org.opencms.ade.configuration with parameters of type CmsFormatterConfigurationCacheStateModifier and TypeMethodDescriptionvoid
CmsADEConfigData.applyAllFormatterChanges
(CmsFormatterIndex formatterIndex, CmsFormatterConfigurationCacheState formatterCacheState) Applies the formatter change sets of this and all parent configurations to a formatter indexCmsADEConfigData.getDynamicFunctionAvailability
(CmsFormatterConfigurationCacheState formatterConfig) Gets the bean that represents the dynamic function availability.Constructors in org.opencms.ade.configuration with parameters of type CmsFormatterConfigurationCacheStateModifierConstructorDescriptionCmsFunctionAvailability
(CmsFormatterConfigurationCacheState formatterConfig) Create a new instance. -
Uses of CmsFormatterConfigurationCacheState in org.opencms.ade.configuration.formatters
Methods in org.opencms.ade.configuration.formatters that return CmsFormatterConfigurationCacheStateModifier and TypeMethodDescriptionCmsFormatterConfigurationCacheState.createUpdatedCopy
(Map<CmsUUID, I_CmsFormatterBean> updateFormatters) Creates a new copy of this state in which some entries are removed or replaced.CmsFormatterConfigurationCache.getState()
Gets the collection of cached formatters.Methods in org.opencms.ade.configuration.formatters with parameters of type CmsFormatterConfigurationCacheStateModifier and TypeMethodDescriptionvoid
CmsFormatterChangeSet.applyToFormatters
(CmsFormatterIndex formatterIndex, CmsFormatterConfigurationCacheState externalFormatters) Applies this change set to a list of external (non schema-based) formatters.