Uses of Class
com.opensymphony.xwork2.ActionContext

Packages that use ActionContext
com.opensymphony.xwork2   
com.opensymphony.xwork2.interceptor   
com.opensymphony.xwork2.mock   
 

Uses of ActionContext in com.opensymphony.xwork2
 

Fields in com.opensymphony.xwork2 declared as ActionContext
protected  ActionContext DefaultActionInvocation.invocationContext
           
 

Methods in com.opensymphony.xwork2 that return ActionContext
static ActionContext ActionContext.getContext()
          Returns the ActionContext specific to the current thread.
 ActionContext ActionInvocation.getInvocationContext()
          Gets the ActionContext associated with this ActionInvocation.
 ActionContext DefaultActionInvocation.getInvocationContext()
           
 

Methods in com.opensymphony.xwork2 with parameters of type ActionContext
static void ActionContext.setContext(ActionContext context)
          Sets the action context for the current thread.
 

Uses of ActionContext in com.opensymphony.xwork2.interceptor
 

Methods in com.opensymphony.xwork2.interceptor with parameters of type ActionContext
protected  java.lang.Object ScopedModelDrivenInterceptor.resolveModel(ObjectFactory factory, ActionContext actionContext, java.lang.String modelClassName, java.lang.String modelScope, java.lang.String modelName)
           
 

Uses of ActionContext in com.opensymphony.xwork2.mock
 

Methods in com.opensymphony.xwork2.mock that return ActionContext
 ActionContext MockActionInvocation.getInvocationContext()
           
 

Methods in com.opensymphony.xwork2.mock with parameters of type ActionContext
 void MockActionInvocation.setInvocationContext(ActionContext invocationContext)
           
 



Copyright © 2006 OpenSymphony. All Rights Reserved.