Uses of Class
org.apache.commons.chain.impl.ContextBase

Packages that use ContextBase
org.apache.commons.chain.web Basis for specialized Context implementations suitable for use in web applications, and generic Command implementations useful across web application environments. 
org.apache.commons.chain.web.faces Specialized Context and Command implementations suitable for use in a JavaServer Faces API environment. 
org.apache.commons.chain.web.portlet Specialized Context and Command implementations suitable for use in a Portlet API environment. 
org.apache.commons.chain.web.servlet Specialized Context and Command implementations suitable for use in a Servlet API environment. 
 

Uses of ContextBase in org.apache.commons.chain.web
 

Subclasses of ContextBase in org.apache.commons.chain.web
 class WebContext
          Abstract base implementation of 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).
 

Uses of ContextBase in org.apache.commons.chain.web.faces
 

Subclasses of ContextBase in org.apache.commons.chain.web.faces
 class FacesWebContext
          Concrete implementation of WebContext suitable for use in JavaServer Faces apps.
 

Uses of ContextBase in org.apache.commons.chain.web.portlet
 

Subclasses of ContextBase in org.apache.commons.chain.web.portlet
 class PortletWebContext
          Concrete implementation of WebContext suitable for use in portlets.
 

Uses of ContextBase in org.apache.commons.chain.web.servlet
 

Subclasses of ContextBase in org.apache.commons.chain.web.servlet
 class ServletWebContext
          Concrete implementation of WebContext suitable for use in Servlets and JSP pages.
 



Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.