Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.apache.commons.chain.web

The fundamental API contracts for the Chain of Responsibilty Pattern as implemented in this package.

See:
          Description

Class Summary
AbstractGetLocaleCommand Abstract base org.apache.commons.chain.Command implementation for retrieving the requested Locale from our org.apache.commons.chain.Context, and storing it under the context attribute key returned by the localeKey property.
AbstractSetLocaleCommand Abstract base org.apache.commons.chain.Command implementation for setting the response locale for this response to the Locale stored under the context attribute key returned by the localeKey property.
ChainListener ServletContextListener that automatically scans chain configuration files in the current web application at startup time, and exposes the result in a org.apache.commons.chain.Catalog under a specified servlet context attribute.
ChainResources Utility methods for loading class loader and web application resources to configure a org.apache.commons.chain.Catalog.
ChainResourcesTestCase  
ChainResourcesTestCase.TestData  
ChainServlet Servlet that automatically scans chain configuration files in the current web application at startup time, and exposes the result in a org.apache.commons.chain.Catalog under a specified servlet context attribute.
MapEntry Map.Entry implementation that can be constructed to either be read-only or not.
MockEnumeration General purpose Enumeration wrapper around an Iterator specified to our controller.
MockPrincipal Mock Principal object for low-level unit tests.
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).
 

Package org.apache.commons.chain.web Description

The fundamental API contracts for the Chain of Responsibilty Pattern as implemented in this package. See org.apache.commons.chain.impl for convenient base implementations of Chain and Context, and see org.apache.commons.chain.web for specialized Context implementations suitable for use in web applications.