Uses of Interface
com.opensymphony.xwork2.ActionProxy

Packages that use ActionProxy
com.opensymphony.xwork2 Main XWork interfaces and classes. 
com.opensymphony.xwork2.mock XWork specific mock classes. 
org.apache.struts2.components   
org.apache.struts2.impl   
org.apache.struts2.interceptor Web specific interceptor classes. 
 

Uses of ActionProxy in com.opensymphony.xwork2
 

Classes in com.opensymphony.xwork2 that implement ActionProxy
 class DefaultActionProxy
          The Default ActionProxy implementation
 

Fields in com.opensymphony.xwork2 declared as ActionProxy
private  ActionProxy ActionChainResult.proxy
           
protected  ActionProxy DefaultActionInvocation.proxy
           
 

Methods in com.opensymphony.xwork2 that return ActionProxy
 ActionProxy DefaultActionProxyFactory.createActionProxy(ActionInvocation inv, String namespace, String actionName, boolean executeResult, boolean cleanupContext)
           
 ActionProxy ActionProxyFactory.createActionProxy(ActionInvocation actionInvocation, String namespace, String actionName, String methodName, boolean executeResult, boolean cleanupContext)
          Creates an ActionProxy for the given namespace and action name by looking up the configuration.The ActionProxy should be fully initialized when it is returned, including passed ActionInvocation instance.
 ActionProxy DefaultActionProxyFactory.createActionProxy(ActionInvocation inv, String namespace, String actionName, String methodName, boolean executeResult, boolean cleanupContext)
           
 ActionProxy ActionProxyFactory.createActionProxy(String namespace, String actionName, Map extraContext)
          Deprecated. Since 2.1.1, use instead
 ActionProxy DefaultActionProxyFactory.createActionProxy(String namespace, String actionName, Map extraContext)
           
 ActionProxy ActionProxyFactory.createActionProxy(String namespace, String actionName, Map extraContext, boolean executeResult, boolean cleanupContext)
          Deprecated. Since 2.1.1, use ActionProxyFactory.createActionProxy(String,String,String,Map,boolean,boolean) instead
 ActionProxy DefaultActionProxyFactory.createActionProxy(String namespace, String actionName, Map extraContext, boolean executeResult, boolean cleanupContext)
           
 ActionProxy ActionProxyFactory.createActionProxy(String namespace, String actionName, String methodName, Map extraContext)
          Creates an ActionProxy for the given namespace and action name by looking up the configuration.The ActionProxy should be fully initialized when it is returned, including having an ActionInvocation instance associated.
 ActionProxy DefaultActionProxyFactory.createActionProxy(String namespace, String actionName, String methodName, Map extraContext)
           
 ActionProxy ActionProxyFactory.createActionProxy(String namespace, String actionName, String methodName, Map extraContext, boolean executeResult, boolean cleanupContext)
          Creates an ActionProxy for the given namespace and action name by looking up the configuration.The ActionProxy should be fully initialized when it is returned, including having an ActionInvocation instance associated.
 ActionProxy DefaultActionProxyFactory.createActionProxy(String namespace, String actionName, String methodName, Map extraContext, boolean executeResult, boolean cleanupContext)
           
 ActionProxy ActionChainResult.getProxy()
           
 ActionProxy ActionInvocation.getProxy()
          Get the ActionProxy holding this ActionInvocation.
 ActionProxy DefaultActionInvocation.getProxy()
           
 

Methods in com.opensymphony.xwork2 with parameters of type ActionProxy
 void ActionInvocation.init(ActionProxy proxy)
           
 void DefaultActionInvocation.init(ActionProxy proxy)
           
 

Uses of ActionProxy in com.opensymphony.xwork2.mock
 

Classes in com.opensymphony.xwork2.mock that implement ActionProxy
 class MockActionProxy
          Mock for an ActionProxy.
 

Fields in com.opensymphony.xwork2.mock declared as ActionProxy
private  ActionProxy MockActionInvocation.proxy
           
 

Methods in com.opensymphony.xwork2.mock that return ActionProxy
 ActionProxy MockActionInvocation.getProxy()
           
 

Methods in com.opensymphony.xwork2.mock with parameters of type ActionProxy
 void MockActionInvocation.init(ActionProxy proxy)
           
 void MockActionInvocation.setProxy(ActionProxy proxy)
           
 

Uses of ActionProxy in org.apache.struts2.components
 

Fields in org.apache.struts2.components declared as ActionProxy
protected  ActionProxy ActionComponent.proxy
           
 

Methods in org.apache.struts2.components that return ActionProxy
 ActionProxy ActionComponent.getProxy()
           
 

Uses of ActionProxy in org.apache.struts2.impl
 

Classes in org.apache.struts2.impl that implement ActionProxy
 class StrutsActionProxy
           
 

Methods in org.apache.struts2.impl that return ActionProxy
 ActionProxy StrutsActionProxyFactory.createActionProxy(ActionInvocation inv, String namespace, String actionName, String methodName, boolean executeResult, boolean cleanupContext)
           
 

Uses of ActionProxy in org.apache.struts2.interceptor
 

Methods in org.apache.struts2.interceptor with parameters of type ActionProxy
protected  String ExecuteAndWaitInterceptor.getBackgroundProcessName(ActionProxy proxy)
          Returns the name to associate the background process.
 



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