Uses of Package
org.apache.commons.chain.web.jakarta
Packages that use org.apache.commons.chain.web.jakarta
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.-
Classes in org.apache.commons.chain.web.jakarta used by org.apache.commons.chain.web.jakartaClassDescriptionExtended
Context
that 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.jakarta used by org.apache.commons.chain.web.jakarta.facesClassDescriptionBase
Command
implementation for setting the response locale for this response to theLocale
stored under the context attribute key returned by thelocaleKey
property.ExtendedContext
that 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.jakarta used by org.apache.commons.chain.web.jakarta.servletClassDescription
Servlet
that automatically scans chain configuration files in the current web application at startup time, and exposes the result in aCatalog
under a specified servlet context attribute.BaseCommand
implementation for setting the response locale for this response to theLocale
stored under the context attribute key returned by thelocaleKey
property.ExtendedContext
that 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).