Uses of Class
com.opensymphony.xwork.ActionContext

Packages that use ActionContext
com.opensymphony.xwork   
 

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
 ActionContext ActionInvocation.getInvocationContext()
          Gets the ActionContext associated with this ActionInvocation.
static ActionContext ActionContext.getContext()
          Returns the ActionContext specific to the current thread.
 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.
 


XWork Project Page