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. 
 

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
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 DefaultActionProxyFactory.createActionProxy(ActionInvocation inv, String namespace, String actionName, String methodName, 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(String namespace, String actionName, Map<String,Object> extraContext)
           
 ActionProxy ActionProxyFactory.createActionProxy(String namespace, String actionName, Map<String,Object> extraContext)
          Deprecated. Since 2.1.1, use instead
 ActionProxy DefaultActionProxyFactory.createActionProxy(String namespace, String actionName, Map<String,Object> extraContext, boolean executeResult, boolean cleanupContext)
           
 ActionProxy ActionProxyFactory.createActionProxy(String namespace, String actionName, Map<String,Object> 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, String methodName, Map<String,Object> extraContext)
           
 ActionProxy ActionProxyFactory.createActionProxy(String namespace, String actionName, String methodName, Map<String,Object> 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<String,Object> extraContext, boolean executeResult, boolean cleanupContext)
           
 ActionProxy ActionProxyFactory.createActionProxy(String namespace, String actionName, String methodName, Map<String,Object> 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 DefaultActionInvocation.getProxy()
           
 ActionProxy ActionInvocation.getProxy()
          Get the ActionProxy holding this ActionInvocation.
 ActionProxy ActionChainResult.getProxy()
           
 

Methods in com.opensymphony.xwork2 with parameters of type ActionProxy
 void DefaultActionInvocation.init(ActionProxy proxy)
           
 void ActionInvocation.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.
 

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)
           
 



Copyright © 2009 OpenSymphony. All Rights Reserved.