Class CmsSharedSettingKey

java.lang.Object
org.opencms.ade.configuration.formatters.CmsSharedSettingKey

public class CmsSharedSettingKey extends Object
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.