Library:Apache Jakarta Commons Chain
Version:1.0
Compatibility:JDK 1.4
Classes in library Apache Jakarta Commons Chain.
NamePackageDescription
AbstractGetLocaleCommandorg.apache.commons.chain.web

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.

AbstractSetLocaleCommandorg.apache.commons.chain.web

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.

CatalogBaseorg.apache.commons.chain.impl

Simple in-memory implementation of Catalog .

CatalogFactoryorg.apache.commons.chain

A CatalogFactory is a class used to store and retrieve Catalog s.

CatalogFactoryBaseorg.apache.commons.chain.impl

A simple implementation of CatalogFactory .

ChainBaseorg.apache.commons.chain.impl

Convenience base class for Chain implementations.

ChainListenerorg.apache.commons.chain.web

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.

ChainProcessororg.apache.commons.chain.web.servlet

Custom subclass of ChainServlet that also dispatches incoming requests to a configurable Command loaded from the specified Catalog .

ChainServletorg.apache.commons.chain.web

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.

ConfigParserorg.apache.commons.chain.config

Class to parse the contents of an XML configuration file (using Commons Digester) that defines and configures commands and command chains to be registered in a Catalog .

ConfigRuleSetorg.apache.commons.chain.config

Digester RuleSet for configuring Chain of Responsibility command chains, and adding them to an appropriate Catalog .

ContextBaseorg.apache.commons.chain.impl

Convenience base class for Context implementations.

CopyCommandorg.apache.commons.chain.generic

Copy a specified literal value, or a context attribute stored under the fromKey (if any), to the toKey.

FacesGetLocaleCommandorg.apache.commons.chain.web.faces

Concrete implementation of AbstractGetLocaleCommand for the JavaServer Faces API.

FacesSetLocaleCommandorg.apache.commons.chain.web.faces

Concrete implementation of AbstractSetLocaleCommand for the JavaServer Faces API.

FacesWebContextorg.apache.commons.chain.web.faces

Concrete implementation of WebContext suitable for use in JavaServer Faces apps.

LookupCommandorg.apache.commons.chain.generic

Look up a specified Command (which could also be a Chain ) in a Catalog , and delegate execution to it.

MapEntryorg.apache.commons.chain.web

Map.Entry implementation that can be constructed to either be read-only or not.

PathInfoMapperorg.apache.commons.chain.web.servlet

Command that uses the "path info" component of the request URI to select a Command from the appropriate Catalog , and execute it.

PortletGetLocaleCommandorg.apache.commons.chain.web.portlet

Concrete implementation of AbstractGetLocaleCommand for the Portlet API.

PortletSetLocaleCommandorg.apache.commons.chain.web.portlet

Concrete implementation of AbstractSetLocaleCommand for the Portlet API.

PortletWebContextorg.apache.commons.chain.web.portlet

Concrete implementation of WebContext suitable for use in portlets.

RemoveCommandorg.apache.commons.chain.generic

Remove any context attribute stored under the fromKey.

RequestParameterMapperorg.apache.commons.chain.web.servlet

Command that uses a specified request parameter to select a Command from the appropriate Catalog , and execute it.

ServletGetLocaleCommandorg.apache.commons.chain.web.servlet

Concrete implementation of AbstractGetLocaleCommand for the Servlet API.

ServletPathMapperorg.apache.commons.chain.web.servlet

Command that uses the "servlet path" component of the request URI to select a Command from the appropriate Catalog , and execute it.

ServletSetLocaleCommandorg.apache.commons.chain.web.servlet

Concrete implementation of AbstractSetLocaleCommand for the Servlet API.

ServletWebContextorg.apache.commons.chain.web.servlet

Concrete implementation of WebContext suitable for use in Servlets and JSP pages.

WebContextorg.apache.commons.chain.web

Abstract base implementation of 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).

Search