Uses of Class
org.apache.commons.chain.web.jakarta.WebContext
Packages that use WebContext
Package
Description
Basis for specialized
Context implementations suitable for use
in web applications (JEE9+), and generic Command implementations
useful across web application environments.Specialized
Context and Command implementations
suitable for use in a JakartaServer Faces API environment.Specialized
Context and Command implementations
suitable for use in a Jakarta Servlet API environment.-
Uses of WebContext in org.apache.commons.chain.web.jakarta
Classes in org.apache.commons.chain.web.jakarta 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. -
Uses of WebContext in org.apache.commons.chain.web.jakarta.faces
Subclasses of WebContext in org.apache.commons.chain.web.jakarta.facesModifier and TypeClassDescriptionclassConcrete implementation ofWebContextsuitable for use in JavaServer Faces apps. -
Uses of WebContext in org.apache.commons.chain.web.jakarta.servlet
Subclasses of WebContext in org.apache.commons.chain.web.jakarta.servletModifier and TypeClassDescriptionclassConcrete implementation ofWebContextsuitable for use in Servlets and JSP pages.