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
Mapfor 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.Entryimplementation that can be constructed to either be read-only or not.MutableParameterMap<P,T> Implementation ofMapfor mutable parameters with a parameter-provider.ParameterMap<P,T> Implementation ofMapfor immutable parameters with a parameter-provider.Implementation ofMapfor immutable parameter name-values with a parameter-provider.