Uses of Class
com.opensymphony.xwork.ActionContext

Packages that use ActionContext
com.opensymphony.xwork   
com.opensymphony.xwork.mock   
 

Uses of ActionContext in com.opensymphony.xwork
 

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

Methods in com.opensymphony.xwork 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.xwork 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.xwork.mock
 

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

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


XWork Project Page