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 ActionProxyFactory.createActionProxy(ActionInvocation inv, String namespace, String actionName, Map extraContext, boolean executeResult, boolean cleanupContext)
           
 ActionProxy DefaultActionProxyFactory.createActionProxy(ActionInvocation inv, String namespace, String actionName, Map extraContext, boolean executeResult, boolean cleanupContext)
           
 ActionProxy ActionProxyFactory.createActionProxy(String namespace, String actionName, 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, Map extraContext)
           
 ActionProxy ActionProxyFactory.createActionProxy(String namespace, String actionName, 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, 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.
 

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 © 2007 OpenSymphony. All Rights Reserved.