Uses of Class
org.opencms.configuration.CmsParameterStore.WeightedValue
Packages that use CmsParameterStore.WeightedValue
Package
Description
Reads and writes the XML based OpenCms configuration files.
-
Uses of CmsParameterStore.WeightedValue in org.opencms.configuration
Methods in org.opencms.configuration that return CmsParameterStore.WeightedValueModifier and TypeMethodDescriptionCmsParameterStore.getWeightedValue
(CmsObject cms, String key) Finds the value with the maximal weight for the given key.Methods in org.opencms.configuration that return types with arguments of type CmsParameterStore.WeightedValueModifier and TypeMethodDescriptionstatic Map<String,
CmsParameterStore.WeightedValue> Helper method for parsing a parameter file from a byte array.static Map<String,
CmsParameterStore.WeightedValue> Parses a parameter file from an XML element.static Map<String,
CmsParameterStore.WeightedValue> Helper method for parsing a parameter file from a VFS resource.