Class CmsSharedSettingKey
java.lang.Object
org.opencms.ade.configuration.formatters.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.
Shared settings can either be defined generally, or just for a specific list of formatter keys in a setting definition file. In the first case, this corresponds to a single map key with the formatter key set to null, in the second case to a set of map keys with the same include name but different formatter keys pointing to the same setting definition data.
-
Constructor Summary
ConstructorDescriptionCmsSharedSettingKey
(String name, String formatterKey) Creates a new instance. -
Method Summary
-
Constructor Details
-
CmsSharedSettingKey
Creates a new instance.- Parameters:
name
- the include name of the setting definitionformatterKey
- the formatter key (may be null)
-
-
Method Details