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.
ServletGetLocaleCommand Concrete implementation of AbstractGetLocaleCommand for the Servlet API.
ServletPathMapper Command that uses the "servlet path" component of the request URI to select a Command from the appropriate Catalog, and execute it.
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.



Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.