Uses of Package
org.apache.commons.chain.web.javax
Packages that use org.apache.commons.chain.web.javax
Package
Description
Basis for specialized
Context implementations suitable for use
in web applications (till JEE8), and generic Command implementations
useful across web application environments.Specialized
Context and Command implementations
suitable for use in a JavaServer Faces API environment.Specialized
Context and Command implementations
suitable for use in a Portlet API environment.Specialized
Context and Command implementations
suitable for use in a Servlet API environment.-
Classes in org.apache.commons.chain.web.javax used by org.apache.commons.chain.web.javaxClassDescriptionExtended
Contextthat 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.javax used by org.apache.commons.chain.web.javax.facesClassDescriptionBase
Commandimplementation for setting the response locale for this response to theLocalestored under the context attribute key returned by thelocaleKeyproperty.ExtendedContextthat 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.javax used by org.apache.commons.chain.web.javax.portletClassDescriptionBase
Commandimplementation for setting the response locale for this response to theLocalestored under the context attribute key returned by thelocaleKeyproperty.ExtendedContextthat 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.javax used by org.apache.commons.chain.web.javax.servletClassDescription
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.BaseCommandimplementation for setting the response locale for this response to theLocalestored under the context attribute key returned by thelocaleKeyproperty.ExtendedContextthat 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).