org.apache.commons.chain.web |
Package Documentation for org.apache.commons.web
Basis for specialized Context implementations suitable for use
in web applications, and generic Command implementations useful
across web application environments.
|
Java Source File Name | Type | Comment |
AbstractGetLocaleCommand.java | Class | Abstract base
Command implementation for retrieving the
requested Locale from our
Context , and storing it under the
context attribute key returned by the localeKey property.
author: Craig R. |
AbstractSetLocaleCommand.java | Class | Abstract base
Command implementation for setting the
response locale for this response to the Locale stored
under the context attribute key returned by the localeKey
property.
author: Craig R. |
ChainListener.java | Class | ServletContextListener that automatically
scans chain configuration files in the current web application at
startup time, and exposes the result in a
Catalog under a
specified servlet context attribute.
|
ChainResources.java | Class | Utility methods for loading class loader and web application resources
to configure a
Catalog . |
ChainResourcesTestCase.java | Class | |
ChainServlet.java | Class | Servlet that automatically scans chain configuration files
in the current web application at startup time, and exposes the result in a
Catalog under a specified servlet context attribute.
|
MapEntry.java | Class | |
MockEnumeration.java | Class | |
MockPrincipal.java | Class | |
WebContext.java | Class | 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). |