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.
  • Class
    Description
    Implementation of Map for session attributes with a parameter-provider.
    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.
    Map.Entry implementation that can be constructed to either be read-only or not.
    Implementation of Map for mutable parameters with a parameter-provider.
    Implementation of Map for immutable parameters with a parameter-provider.
    Implementation of Map for immutable parameter name-values with a parameter-provider.