All Classes and Interfaces

Classes
Class
Description
Custom subclass of ChainServlet that also dispatches incoming requests to a configurable Command loaded from the specified Catalog.
Command that uses the "path info" component of the request URI to select a Command from the appropriate Catalog, and execute it.
Command that uses a specified request parameter to select a Command from the appropriate Catalog, and execute it.
Concrete implementation of GetLocaleCommand for the Servlet API.
Command that uses the "servlet path" component of the request URI to select a Command from the appropriate Catalog, and execute it.
Concrete implementation of SetLocaleCommand for the Servlet API.
Concrete implementation of WebContext suitable for use in Servlets and JSP pages.