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

Packages that use org.apache.struts.chain.contexts
org.apache.struts.chain   
org.apache.struts.chain.commands   
org.apache.struts.chain.commands.generic   
org.apache.struts.chain.commands.servlet   
org.apache.struts.chain.contexts   
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. 
 

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
 



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