Uses of Class
org.apache.commons.chain.web.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
Modifier and TypeClassDescriptionclass
MutableParameterMap<P,
T> Implementation ofMap
for mutable parameters with a parameter-provider.class
Implementation ofMap
for immutable parameter name-values with a parameter-provider. -
Uses of ParameterMap in org.apache.commons.chain.web.jakarta.internal
Modifier and TypeClassDescriptionclass
CookieMap<P>
Implementation ofMap
for cookies with a parameter-provider. -
Uses of ParameterMap in org.apache.commons.chain.web.javax.internal
Modifier and TypeClassDescriptionclass
CookieMap<P>
Implementation ofMap
for cookies with a parameter-provider.