| Library: | Apache Jakarta Commons Chain |
| Version: | 1.0 |
| Compatibility: | JDK 1.4 |
| Name | Package | Description |
|---|---|---|
| AbstractGetLocaleCommand | org.apache.commons.chain.web | Abstract base Command implementation for retrieving the
requested Locale from our Context , and storing it under the
context attribute key returned by the |
| AbstractSetLocaleCommand | org.apache.commons.chain.web | Abstract base Command implementation for setting the
response locale for this response to the |
| CatalogBase | org.apache.commons.chain.impl | Simple in-memory implementation of Catalog . |
| CatalogFactory | org.apache.commons.chain | A CatalogFactory is a class used to store and retrieve Catalog s. |
| CatalogFactoryBase | org.apache.commons.chain.impl | A simple implementation of CatalogFactory . |
| ChainBase | org.apache.commons.chain.impl | Convenience base class for Chain implementations. |
| ChainListener | org.apache.commons.chain.web |
|
| ChainProcessor | org.apache.commons.chain.web.servlet | Custom subclass of ChainServlet that also dispatches incoming requests to a configurable Command loaded from the specified Catalog . |
| ChainServlet | org.apache.commons.chain.web |
|
| ConfigParser | org.apache.commons.chain.config | Class to parse the contents of an XML configuration file (using Commons Digester) that defines and configures commands and command chains to be registered in a Catalog . |
| ConfigRuleSet | org.apache.commons.chain.config | Digester |
| ContextBase | org.apache.commons.chain.impl | Convenience base class for Context implementations. |
| CopyCommand | org.apache.commons.chain.generic | Copy a specified literal value, or a context attribute stored under
the |
| FacesGetLocaleCommand | org.apache.commons.chain.web.faces | Concrete implementation of AbstractGetLocaleCommand for the JavaServer Faces API. |
| FacesSetLocaleCommand | org.apache.commons.chain.web.faces | Concrete implementation of AbstractSetLocaleCommand for the JavaServer Faces API. |
| FacesWebContext | org.apache.commons.chain.web.faces | Concrete implementation of WebContext suitable for use in JavaServer Faces apps. |
| LookupCommand | org.apache.commons.chain.generic | Look up a specified Command (which could also be a Chain ) in a Catalog , and delegate execution to it. |
| MapEntry | org.apache.commons.chain.web | Map.Entry implementation that can be constructed to either be read-only or not. |
| PathInfoMapper | org.apache.commons.chain.web.servlet | Command that uses the "path info" component of the request URI to select a Command from the appropriate Catalog , and execute it. |
| PortletGetLocaleCommand | org.apache.commons.chain.web.portlet | Concrete implementation of AbstractGetLocaleCommand for the Portlet API. |
| PortletSetLocaleCommand | org.apache.commons.chain.web.portlet | Concrete implementation of AbstractSetLocaleCommand for the Portlet API. |
| PortletWebContext | org.apache.commons.chain.web.portlet | Concrete implementation of WebContext suitable for use in portlets. |
| RemoveCommand | org.apache.commons.chain.generic | Remove any context attribute stored under the |
| RequestParameterMapper | org.apache.commons.chain.web.servlet | Command that uses a specified request parameter to select a Command from the appropriate Catalog , and execute it. |
| ServletGetLocaleCommand | org.apache.commons.chain.web.servlet | Concrete implementation of AbstractGetLocaleCommand for the Servlet API. |
| ServletPathMapper | org.apache.commons.chain.web.servlet | Command that uses the "servlet path" component of the request URI to select a Command from the appropriate Catalog , and execute it. |
| ServletSetLocaleCommand | org.apache.commons.chain.web.servlet | Concrete implementation of AbstractSetLocaleCommand for the Servlet API. |
| ServletWebContext | org.apache.commons.chain.web.servlet | Concrete implementation of WebContext suitable for use in Servlets and JSP pages. |
| WebContext | org.apache.commons.chain.web | Abstract base implementation of Context that provides web based applications that use it a "generic" view of HTTP related requests and responses, without tying the application to a particular underlying Java API (such as servlets). |
| Search |




