Uses of Class
org.apache.struts.chain.contexts.ContextWrapper

Packages that use ContextWrapper
org.apache.struts.chain.contexts   
 

Uses of ContextWrapper in org.apache.struts.chain.contexts
 

Subclasses of ContextWrapper in org.apache.struts.chain.contexts
 class ActionContextBase
           Provide an abstract but semi-complete implementation of ActionContext to serve as the base for concrete implementations.
 class MockActionContext
           Implement ActionContext with empty maps for applicationScope, sessionScope, requestScope, and parameterMap properties.
 class ServletActionContext
           Implement ActionContext interface while making Servlet API-specific values available.
 class WebActionContext
           Provide a Subclass of ActionContextBase which is understood to be wrapping an instance of org.apache.commons.chain.web.WebContext.
 



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