Uses of Package
org.apache.struts.chain.contexts

Packages that use org.apache.struts.chain.contexts
org.apache.struts.chain Contains the new ComposableRequestProcessor which was introduced in Struts 1.3. 
org.apache.struts.chain.commands Configurable commands that may be placed within the request processor. 
org.apache.struts.chain.commands.generic Contains generic commands. 
org.apache.struts.chain.commands.servlet Commands which are particular to servlet processing. 
org.apache.struts.chain.contexts This package provides objects that encapsulate access to the request and session-scoped resources to service command processing. 
org.apache.struts.config The "config" package contains configuration objects that correspond to elements that may be specified in the struts-config.xml module configuration file. 
org.apache.struts.tiles.commands   
 

Classes in org.apache.struts.chain.contexts used by org.apache.struts.chain
ActionContext
          An ActionContext represents a view of a commons-chain Context which encapsulates access to request and session-scoped resources and services
 

Classes in org.apache.struts.chain.contexts used by org.apache.struts.chain.commands
ActionContext
          An ActionContext represents a view of a commons-chain Context which encapsulates access to request and session-scoped resources and services
 

Classes in org.apache.struts.chain.contexts used by org.apache.struts.chain.commands.generic
ActionContext
          An ActionContext represents a view of a commons-chain Context which encapsulates access to request and session-scoped resources and services
 

Classes in org.apache.struts.chain.contexts used by org.apache.struts.chain.commands.servlet
ActionContext
          An ActionContext represents a view of a commons-chain Context which encapsulates access to request and session-scoped resources and services
 

Classes in org.apache.struts.chain.contexts used by org.apache.struts.chain.contexts
ActionContext
          An ActionContext represents a view of a commons-chain Context which encapsulates access to request and session-scoped resources and services
ActionContextBase
           Provide an abstract but semi-complete implementation of ActionContext to serve as the base for concrete implementations.
ContextWrapper
           Provide a base class for any Context Implementation which is primarily intended for use in a subchain.
WebActionContext
           Provide a Subclass of ActionContextBase which is understood to be wrapping an instance of org.apache.commons.chain.web.WebContext.
 

Classes in org.apache.struts.chain.contexts used by org.apache.struts.config
ActionContext
          An ActionContext represents a view of a commons-chain Context which encapsulates access to request and session-scoped resources and services
 

Classes in org.apache.struts.chain.contexts used by org.apache.struts.tiles.commands
ServletActionContext
           Implement ActionContext interface while making Servlet API-specific values available.
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.