Uses of Package
org.apache.commons.chain.web
-
Packages that use org.apache.commons.chain.web Package Description org.apache.commons.chain.web.portlet SpecializedContextandCommandimplementations suitable for use in a Portlet API environment.org.apache.commons.chain.web.servlet SpecializedContextandCommandimplementations suitable for use in a Servlet API environment. -
Classes in org.apache.commons.chain.web used by org.apache.commons.chain.web.portlet Class Description AbstractGetLocaleCommand AbstractSetLocaleCommand Abstract baseCommandimplementation for setting the response locale for this response to theLocalestored under the context attribute key returned by thelocaleKeyproperty.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). -
Classes in org.apache.commons.chain.web used by org.apache.commons.chain.web.servlet Class Description AbstractGetLocaleCommand AbstractSetLocaleCommand Abstract baseCommandimplementation for setting the response locale for this response to theLocalestored under the context attribute key returned by thelocaleKeyproperty.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.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).