Package org.apache.commons.chain.web
Basis for specialized Context implementations suitable for use
in web applications, and generic Command implementations useful
across web application environments.
-
Class Summary Class Description AbstractGetLocaleCommand AbstractSetLocaleCommand Abstract baseCommandimplementation for setting the response locale for this response to theLocalestored under the context attribute key returned by thelocaleKeyproperty.ChainListener ServletContextListenerthat automatically scans chain configuration files in the current web application at startup time, and exposes the result in aCatalogunder a specified servlet context attribute.ChainResources Utility methods for loading class loader and web application resources to configure aCatalog.ChainServlet Servletthat automatically scans chain configuration files in the current web application at startup time, and exposes the result in aCatalogunder a specified servlet context attribute.MapEntry Map.Entry implementation that can be constructed to either be read-only or not.WebContext Abstract base implementation ofContextthat 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).