程序包 | 说明 |
---|---|
org.opencms.ade.configuration | |
org.opencms.ade.configuration.formatters |
限定符和类型 | 方法和说明 |
---|---|
CmsFormatterConfigurationCacheState |
CmsADEConfigData.getCachedFormatters()
Gets the cached formatters.
|
CmsFormatterConfigurationCacheState |
CmsADEManager.getCachedFormatters(boolean online)
Gets the cached formatter beans.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsADEConfigData.applyAllFormatterChanges(java.util.Map<CmsUUID,I_CmsFormatterBean> formatters,
CmsFormatterConfigurationCacheState formatterCacheState)
Applies the formatter change sets of this and all parent configurations to a map of external (non-schema) formatters.
|
限定符和类型 | 方法和说明 |
---|---|
CmsFormatterConfigurationCacheState |
CmsFormatterConfigurationCacheState.createUpdatedCopy(java.util.Map<CmsUUID,I_CmsFormatterBean> updateFormatters)
Creates a new copy of this state in which some entries are removed or replaced.
|
CmsFormatterConfigurationCacheState |
CmsFormatterConfigurationCache.getState()
Gets the collection of cached formatters.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsFormatterChangeSet.applyToFormatters(java.util.Map<CmsUUID,I_CmsFormatterBean> formatters,
CmsFormatterConfigurationCacheState externalFormatters)
Applies this change set to a list of external (non schema-based) formatters.
|