Package org.apache.commons.chain.web.servlet

Specialized Context and Command implementations suitable for use in a Servlet API environment.

See:
          Description

Class Summary
ChainProcessor Custom subclass of ChainServlet that also dispatches incoming requests to a configurable Command loaded from the specified Catalog.
PathInfoMapper Command that uses the "path info" component of the request URI to select a Command from the appropriate Catalog, and execute it.
RequestParameterMapper Command that uses a specified request parameter to select a Command from the appropriate Catalog, and execute it.
ServletApplicationScopeMap Private implementation of Map for servlet context attributes.
ServletGetLocaleCommand Concrete implementation of AbstractGetLocaleCommand for the Servlet API.
ServletHeaderMap Private implementation of Map for servlet request name-value.
ServletHeaderValuesMap Private implementation of Map for servlet request name-values[].
ServletInitParamMap Private implementation of Map for servlet context init parameters.
ServletParamMap Private implementation of Map for servlet parameter name-value.
ServletParamValuesMap Private implementation of Map for servlet parameter name-values[].
ServletPathMapper Command that uses the "servlet path" component of the request URI to select a Command from the appropriate Catalog, and execute it.
ServletRequestScopeMap Private implementation of Map for servlet request attributes.
ServletSessionScopeMap Private implementation of Map for HTTP session attributes.
ServletSetLocaleCommand Concrete implementation of AbstractSetLocaleCommand for the Servlet API.
ServletWebContext Concrete implementation of WebContext suitable for use in Servlets and JSP pages.
 

Package org.apache.commons.chain.web.servlet Description

Specialized Context and Command implementations suitable for use in a Servlet API environment.