Uses of Class
org.apache.commons.chain.web.jakarta.WebContext
Package
Description
Basis for specialized
Context
implementations suitable for use
in web applications (JEE9+), and generic Command
implementations
useful across web application environments.-
Uses of WebContext in org.apache.commons.chain.web.jakarta
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.