Package org.apache.commons.chain.web
package org.apache.commons.chain.web
Basis for specialized
Context
implementations suitable for use
in web applications, and generic Command
implementations useful
across web application environments.-
ClassDescriptionImplementation of
Map
for session attributes with a parameter-provider.CheckedConsumer<T,E extends Throwable> Represents an operation that accepts a single input argument and returns no result.CheckedFunction<T,R, E extends Throwable> Represents a function that accepts one argument and produces a result.MapEntry<T>Map.Entry
implementation that can be constructed to either be read-only or not.MutableParameterMap<P,T> Implementation ofMap
for mutable parameters with a parameter-provider.ParameterMap<P,T> Implementation ofMap
for immutable parameters with a parameter-provider.Implementation ofMap
for immutable parameter name-values with a parameter-provider.