Uses of Class
com.opensymphony.xwork2.ActionContext

Packages that use ActionContext
com.opensymphony.xwork2 Main XWork interfaces and classes. 
com.opensymphony.xwork2.config.impl Configuration implementation classes. 
com.opensymphony.xwork2.interceptor Interceptor classes. 
com.opensymphony.xwork2.mock XWork specific mock classes. 
org.apache.struts2 Main Struts interfaces and classes. 
org.apache.struts2.dispatcher.ng This package contains a reimagining of the traditional Struts filter dispatchers. 
org.apache.struts2.interceptor Web specific interceptor classes. 
 

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
 Result DefaultUnknownHandlerManager.handleUnknownResult(ActionContext actionContext, String actionName, ActionConfig actionConfig, String resultCode)
          Iterate over UnknownHandlers and return the result of the first one that can handle it
 Result UnknownHandler.handleUnknownResult(ActionContext actionContext, String actionName, ActionConfig actionConfig, String resultCode)
          Handles the case when a result cannot be found for an action and result code.
 Result UnknownHandlerManager.handleUnknownResult(ActionContext actionContext, String actionName, ActionConfig actionConfig, String resultCode)
           
static void ActionContext.setContext(ActionContext context)
          Sets the action context for the current thread.
 

Uses of ActionContext in com.opensymphony.xwork2.config.impl
 

Methods in com.opensymphony.xwork2.config.impl that return ActionContext
protected  ActionContext DefaultConfiguration.setContext(Container cont)
           
 

Uses of ActionContext in com.opensymphony.xwork2.interceptor
 

Methods in com.opensymphony.xwork2.interceptor with parameters of type ActionContext
protected  void StaticParametersInterceptor.addParametersToContext(ActionContext ac, Map<String,?> newParams)
          Adds the parameters into context's ParameterMap.
protected  void ParametersInterceptor.addParametersToContext(ActionContext ac, Map<String,Object> newParams)
          Adds the parameters into context's ParameterMap
protected  Object ScopedModelDrivenInterceptor.resolveModel(ObjectFactory factory, ActionContext actionContext, String modelClassName, String modelScope, String modelName)
           
protected  Map<String,Object> ParametersInterceptor.retrieveParameters(ActionContext ac)
          Gets the parameter map to apply from wherever appropriate
protected  Map<String,String> StaticParametersInterceptor.retrieveParameters(ActionContext ac)
           
 

Uses of ActionContext in com.opensymphony.xwork2.mock
 

Fields in com.opensymphony.xwork2.mock declared as ActionContext
private  ActionContext MockActionInvocation.invocationContext
           
 

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)
           
 

Uses of ActionContext in org.apache.struts2
 

Subclasses of ActionContext in org.apache.struts2
 class ServletActionContext
          Web-specific context information for actions.
 

Methods in org.apache.struts2 that return ActionContext
static ActionContext ServletActionContext.getActionContext(HttpServletRequest req)
          Gets the current action context
 

Uses of ActionContext in org.apache.struts2.dispatcher.ng
 

Methods in org.apache.struts2.dispatcher.ng that return ActionContext
 ActionContext PrepareOperations.createActionContext(HttpServletRequest request, HttpServletResponse response)
          Creates the action context and initializes the thread local
 

Uses of ActionContext in org.apache.struts2.interceptor
 

Methods in org.apache.struts2.interceptor with parameters of type ActionContext
protected  void ActionMappingParametersInteceptor.addParametersToContext(ActionContext ac, Map newParams)
          Adds the parameters into context's ParameterMap
protected  Map ActionMappingParametersInteceptor.retrieveParameters(ActionContext ac)
           
 



Copyright © 2000-2009 Apache Software Foundation. All Rights Reserved.