Uses of Class
org.forgerock.util.MapDecorator
Packages that use MapDecorator
Package
Description
Models and manages elements of the Hypertext Transfer Protocol.
Miscellaneous utility classes.
-
Uses of MapDecorator in org.forgerock.http.protocol
Subclasses of MapDecorator in org.forgerock.http.protocolModifier and TypeClassDescriptionclass
Form fields, a case-sensitive multi-string-valued map. -
Uses of MapDecorator in org.forgerock.http.util
Subclasses of MapDecorator in org.forgerock.http.utilModifier and TypeClassDescriptionclass
An implementation of a map whose keys are case-insensitive strings.class
MultiValueMap<K,
V> Wraps a map for which the values are lists, providing a set of convenience methods for handling list values.