Uses of Class
org.apache.commons.chain.web.javax.WebContext
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.-
Uses of WebContext in org.apache.commons.chain.web.javax
Modifier and TypeClassDescriptionclass
GetLocaleCommand<C extends WebContext>
class
SetLocaleCommand<C extends WebContext>
BaseCommand
implementation for setting the response locale for this response to theLocale
stored under the context attribute key returned by thelocaleKey
property. -
Uses of WebContext in org.apache.commons.chain.web.javax.faces
Modifier and TypeClassDescriptionclass
Concrete implementation ofWebContext
suitable for use in JavaServer Faces apps. -
Uses of WebContext in org.apache.commons.chain.web.javax.portlet
Modifier and TypeClassDescriptionclass
Concrete implementation ofWebContext
suitable for use in portlets. -
Uses of WebContext in org.apache.commons.chain.web.javax.servlet
Modifier and TypeClassDescriptionclass
Concrete implementation ofWebContext
suitable for use in Servlets and JSP pages.