Uses of Class
org.apache.commons.chain.web.WebContext
-
Packages that use WebContext Package Description org.apache.commons.chain.web.faces SpecializedContext
andCommand
implementations suitable for use in a JavaServer Faces API environment.org.apache.commons.chain.web.portlet SpecializedContext
andCommand
implementations suitable for use in a Portlet API environment.org.apache.commons.chain.web.servlet SpecializedContext
andCommand
implementations suitable for use in a Servlet API environment. -
-
Uses of WebContext in org.apache.commons.chain.web.faces
Subclasses of WebContext in org.apache.commons.chain.web.faces Modifier and Type Class Description class
FacesWebContext
Concrete implementation ofWebContext
suitable for use in JavaServer Faces apps. -
Uses of WebContext in org.apache.commons.chain.web.portlet
Subclasses of WebContext in org.apache.commons.chain.web.portlet Modifier and Type Class Description class
PortletWebContext
Concrete implementation ofWebContext
suitable for use in portlets. -
Uses of WebContext in org.apache.commons.chain.web.servlet
Subclasses of WebContext in org.apache.commons.chain.web.servlet Modifier and Type Class Description class
ServletWebContext
Concrete implementation ofWebContext
suitable for use in Servlets and JSP pages.
-