Uses of Class
com.opensymphony.xwork.ActionContext

Packages that use ActionContext
com.opensymphony.webwork Main WebWork interfaces and classes. 
com.opensymphony.webwork.sitemesh   
com.opensymphony.xwork   
com.opensymphony.xwork.mock   
 

Uses of ActionContext in com.opensymphony.webwork
 

Subclasses of ActionContext in com.opensymphony.webwork
 class ServletActionContext
          Web-specific context information for actions.
 

Methods in com.opensymphony.webwork that return ActionContext
static ActionContext ServletActionContext.getActionContext(HttpServletRequest req)
           
 

Uses of ActionContext in com.opensymphony.webwork.sitemesh
 

Methods in com.opensymphony.webwork.sitemesh with parameters of type ActionContext
protected  void FreeMarkerPageFilter.applyDecorator(com.opensymphony.module.sitemesh.Page page, com.opensymphony.module.sitemesh.Decorator decorator, HttpServletRequest req, HttpServletResponse res, ServletContext servletContext, ActionContext ctx)
          Applies the decorator, using the relevent contexts
protected abstract  void TemplatePageFilter.applyDecorator(com.opensymphony.module.sitemesh.Page page, com.opensymphony.module.sitemesh.Decorator decorator, HttpServletRequest req, HttpServletResponse res, ServletContext servletContext, ActionContext ctx)
          Applies the decorator, using the relevent contexts
protected  void VelocityPageFilter.applyDecorator(com.opensymphony.module.sitemesh.Page page, com.opensymphony.module.sitemesh.Decorator decorator, HttpServletRequest req, HttpServletResponse res, ServletContext servletContext, ActionContext ctx)
          Applies the decorator, using the relevent contexts
 

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)
           
 


WebWork Project Page