Uses of Class
org.apache.commons.chain.web.javax.WebContext
Packages that use 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.-
Uses of WebContext in org.apache.commons.chain.web.javax
Classes in org.apache.commons.chain.web.javax with type parameters of type WebContextModifier and TypeClassDescriptionclassGetLocaleCommand<C extends WebContext>classSetLocaleCommand<C extends WebContext>BaseCommandimplementation for setting the response locale for this response to theLocalestored under the context attribute key returned by thelocaleKeyproperty.