Uses of Class
org.apache.commons.chain.impl.ContextBase
Packages that use ContextBase
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.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 ContextBase in org.apache.commons.chain.web.jakarta
Subclasses of ContextBase in org.apache.commons.chain.web.jakartaModifier and TypeClassDescriptionclass
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). -
Uses of ContextBase in org.apache.commons.chain.web.jakarta.faces
Subclasses of ContextBase in org.apache.commons.chain.web.jakarta.facesModifier and TypeClassDescriptionclass
Concrete implementation ofWebContext
suitable for use in JavaServer Faces apps. -
Uses of ContextBase in org.apache.commons.chain.web.jakarta.servlet
Subclasses of ContextBase in org.apache.commons.chain.web.jakarta.servletModifier and TypeClassDescriptionclass
Concrete implementation ofWebContext
suitable for use in Servlets and JSP pages. -
Uses of ContextBase in org.apache.commons.chain.web.javax
Subclasses of ContextBase in org.apache.commons.chain.web.javaxModifier and TypeClassDescriptionclass
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). -
Uses of ContextBase in org.apache.commons.chain.web.javax.faces
Subclasses of ContextBase in org.apache.commons.chain.web.javax.facesModifier and TypeClassDescriptionclass
Concrete implementation ofWebContext
suitable for use in JavaServer Faces apps. -
Uses of ContextBase in org.apache.commons.chain.web.javax.portlet
Subclasses of ContextBase in org.apache.commons.chain.web.javax.portletModifier and TypeClassDescriptionclass
Concrete implementation ofWebContext
suitable for use in portlets. -
Uses of ContextBase in org.apache.commons.chain.web.javax.servlet
Subclasses of ContextBase in org.apache.commons.chain.web.javax.servletModifier and TypeClassDescriptionclass
Concrete implementation ofWebContext
suitable for use in Servlets and JSP pages.