Uses of Class
com.easyjf.web.ActionContext

Packages that use ActionContext
com.easyjf.web   
 

Uses of ActionContext in com.easyjf.web
 

Methods in com.easyjf.web that return ActionContext
static ActionContext ActionContext.getContext()
          Returns the ActionContext specific to the current thread.
 

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