| Name | Description | Type | Package | Framework |
| AbstractGetLocaleCommand | Abstract base Command implementation for retrieving the requested Locale from our Context, and storing it under the | Class | org.apache.commons.chain.web | Apache Commons |
|
| AbstractSetLocaleCommand | Abstract base Command implementation for setting the response locale for this response to the Locale stored | Class | org.apache.commons.chain.web | Apache Commons |
|
| Catalog | A Catalog is a collection of named Commands (or Chains) that can be used to retrieve the set of commands that | Interface | org.apache.commons.chain | Apache Commons |
|
| CatalogBase | Simple in-memory implementation of Catalog. | Class | org.apache.commons.chain.impl | Apache Commons |
|
| CatalogFactory | A CatalogFactory is a class used to store and retrieve Catalogs. | Class | org.apache.commons.chain | Apache Commons |
|
| CatalogFactoryBase | A simple implementation of CatalogFactory. | Class | org.apache.commons.chain.impl | Apache Commons |
|
| Chain | | Interface | org.apache.commons.chain | Apache Commons |
|
| ChainBase | Convenience base class for Chain implementations. | Class | org.apache.commons.chain.impl | Apache Commons |
|
| ChainListener | ServletContextListener that automatically scans chain configuration files in the current web application at | Class | org.apache.commons.chain.web | Apache Commons |
|
| ChainProcessor | Custom subclass of ChainServlet that also dispatches incoming requests to a configurable Command loaded from the specified | Class | org.apache.commons.chain.web.servlet | Apache Commons |
|
| ChainServlet | Servlet that automatically scans chain configuration files in the current web application at startup time, and exposes the result in a | Class | org.apache.commons.chain.web | Apache Commons |
|
| Command | A Command encapsulates a unit of processing work to be performed, whose purpose is to examine and/or modify the state of a | Interface | org.apache.commons.chain | Apache Commons |
|
| ConfigParser | Class to parse the contents of an XML configuration file (using Commons Digester) that defines and configures commands and command chains | Class | org.apache.commons.chain.config | Apache Commons |
|
| ConfigRuleSet | Digester RuleSet for configuring Chain of Responsibility command chains, and adding them to an appropriate | Class | org.apache.commons.chain.config | Apache Commons |
|
| Context | A Context represents the state information that is accessed and manipulated by the execution of a Command or a | Interface | org.apache.commons.chain | Apache Commons |
|
| ContextBase | Convenience base class for Context implementations. | Class | org.apache.commons.chain.impl | Apache Commons |
|
| CopyCommand | Copy a specified literal value, or a context attribute stored under the fromKey (if any), to the toKey. | Class | org.apache.commons.chain.generic | Apache Commons |
|
| DispatchCommand | An abstract base command which uses introspection to look up a method to execute. | Class | org.apache.commons.chain.generic | Apache Commons |
|
| DispatchLookupCommand | This command combines elements of the LookupCommand with the DispatchCommand. | Class | org.apache.commons.chain.generic | Apache Commons |
|
| FacesGetLocaleCommand | Concrete implementation of AbstractGetLocaleCommand for the JavaServer Faces API. | Class | org.apache.commons.chain.web.faces | Apache Commons |
|
| FacesSetLocaleCommand | Concrete implementation of AbstractSetLocaleCommand for the JavaServer Faces API. | Class | org.apache.commons.chain.web.faces | Apache Commons |
|
| FacesWebContext | Concrete implementation of WebContext suitable for use in JavaServer Faces apps. | Class | org.apache.commons.chain.web.faces | Apache Commons |
|
| Filter | A Filter is a specialized Command that also expects the Chain that is executing it to call the | Interface | org.apache.commons.chain | Apache Commons |
|
| LookupCommand | Look up a specified Command (which could also be a in a Catalog, and delegate execution to it. | Class | org.apache.commons.chain.generic | Apache Commons |
|
| MapEntry | Map. | Class | org.apache.commons.chain.web | Apache Commons |
|
| PathInfoMapper | Command that uses the path info component of the request URI to select a Command from the appropriate Catalog, and | Class | org.apache.commons.chain.web.servlet | Apache Commons |
|
| PortletGetLocaleCommand | Concrete implementation of AbstractGetLocaleCommand forFields inherited from interface org. | Class | org.apache.commons.chain.web.portlet | Apache Commons |
|
| PortletSetLocaleCommand | Concrete implementation of AbstractSetLocaleCommand forFields inherited from interface org. | Class | org.apache.commons.chain.web.portlet | Apache Commons |
|
| PortletWebContext | Concrete implementation of WebContext suitable for use in portlets. | Class | org.apache.commons.chain.web.portlet | Apache Commons |
|
| RemoveCommand | Remove any context attribute stored under the fromKey. | Class | org.apache.commons.chain.generic | Apache Commons |
|
| RequestParameterMapper | Command that uses a specified request parameter to select a Command from the appropriate Catalog, and | Class | org.apache.commons.chain.web.servlet | Apache Commons |
|
| ServletGetLocaleCommand | Concrete implementation of AbstractGetLocaleCommand forFields inherited from interface org. | Class | org.apache.commons.chain.web.servlet | Apache Commons |
|
| ServletPathMapper | Command that uses the servlet path component of the request URI to select a Command from the appropriate Catalog, and | Class | org.apache.commons.chain.web.servlet | Apache Commons |
|
| ServletSetLocaleCommand | Concrete implementation of AbstractSetLocaleCommand forFields inherited from interface org. | Class | org.apache.commons.chain.web.servlet | Apache Commons |
|
| ServletWebContext | Concrete implementation of WebContext suitable for use in Servlets and JSP pages. | Class | org.apache.commons.chain.web.servlet | Apache Commons |
|
| WebContext | Abstract base implementation of Context that provides web based applications that use it a generic view of HTTP related | Class | org.apache.commons.chain.web | Apache Commons |