Uses of Class
org.apache.commons.chain.web.ParameterMap
Packages that use ParameterMap
Package
Description
Basis for specialized 
Context implementations suitable for use
 in web applications, and generic Command implementations useful
 across web application environments.Internal basis for specialized 
Context implementations suitable for
 use in web applications (JEE9+), and generic Command
 implementations useful across web application environments.Internal basis for specialized 
Context implementations suitable for
 use in web applications (till JEE8), and generic Command
 implementations useful across web application environments.- 
Uses of ParameterMap in org.apache.commons.chain.web
Subclasses of ParameterMap in org.apache.commons.chain.webModifier and TypeClassDescriptionclassMutableParameterMap<P,T> Implementation ofMapfor mutable parameters with a parameter-provider.classImplementation ofMapfor immutable parameter name-values with a parameter-provider. - 
Uses of ParameterMap in org.apache.commons.chain.web.jakarta.internal
Subclasses of ParameterMap in org.apache.commons.chain.web.jakarta.internalModifier and TypeClassDescriptionclassCookieMap<P>Implementation ofMapfor cookies with a parameter-provider. - 
Uses of ParameterMap in org.apache.commons.chain.web.javax.internal
Subclasses of ParameterMap in org.apache.commons.chain.web.javax.internalModifier and TypeClassDescriptionclassCookieMap<P>Implementation ofMapfor cookies with a parameter-provider.