Package org.opencms.ade.configuration.formatters
Classes for handling formatter configurations.
- Since:
- 9.0.0
-
Class Summary Class Description CmsFormatterBeanParser Parses formatter beans from formatter configuration XML contents.CmsFormatterChangeSet This class represents the changes which can be made to formatters in a sitemap configuration file.CmsFormatterConfigurationCache A cache object which holds a collection of formatter configuration beans read from the VFS.CmsFormatterConfigurationCacheState Represents the currently cached collection of all formatter beans extracted from formatter configuration files.CmsFormatterIndex Helper class for keeping track of which keys map to which formatters, and which formatters are active, when evaluating the sitemap configuration.CmsSettingConfiguration Contains the setting-related data for a formatter bean.CmsSharedSettingKey A pair consisting of the include name of a setting definition and the formatter key (possibly null) for which the setting should be used, for use as a map key in a map of setting definitions. -
Exception Summary Exception Description CmsFormatterBeanParser.ParseException Exception for the errors in the configuration file not covered by other exception types.