| org.apache.commons.chain.web.faces | Specialized Context and Command implementations suitable for use in a JavaServer Faces API environment. |
| org.apache.commons.chain.web.portlet | Specialized Context and Command implementations suitable for use in a Portlet API environment. |
| org.apache.commons.chain.web.servlet | Specialized Context and Command implementations suitable for use in a Servlet API environment. |
| AbstractGetLocaleCommand | Abstract base Command implementation for retrieving the
requested Locale from our Context , and storing it under the
context attribute key returned by the |
code | html |
| AbstractSetLocaleCommand | Abstract base Command implementation for setting the
response locale for this response to the |
code | html |
| WebContext | Abstract base implementation of org.apache.commons.chain.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). |
code | html |
| ChainListener |
|
code | html |
| ChainResources | Utility methods for loading class loader and web application resources to configure a Catalog . |
code | html |
| ChainResourcesTestCase.TestData | code | html | |
| ChainServlet |
|
code | html |
| MapEntry | Map.Entry implementation that can be constructed to either be read-only or not. |
code | html |
| MockEnumeration | General purpose |
code | html |
| MockPrincipal | Mock Principal object for low-level unit tests. |
code | html |
| ChainResourcesTestCase | code | html |
Basis for specialized Context implementations suitable for use
in web applications, and generic Command implementations useful
across web application environments.