| Classes | |
|---|---|
| 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. |
Specialized Context and Command implementations
suitable for use in a Servlet API environment.