Uses of Class
com.opensymphony.xwork.ActionProxyFactory

Packages that use ActionProxyFactory
com.opensymphony.webwork.pico   
com.opensymphony.webwork.portlet.dispatcher   
com.opensymphony.xwork   
 

Uses of ActionProxyFactory in com.opensymphony.webwork.pico
 

Subclasses of ActionProxyFactory in com.opensymphony.webwork.pico
 class PicoActionProxyFactory
          Deprecated. Use DefaultActionProxyFactory
 

Uses of ActionProxyFactory in com.opensymphony.webwork.portlet.dispatcher
 

Methods in com.opensymphony.webwork.portlet.dispatcher with parameters of type ActionProxyFactory
protected  void Jsr168Dispatcher.setActionProxyFactory(ActionProxyFactory factory)
          Convenience method to ease testing.
 

Uses of ActionProxyFactory in com.opensymphony.xwork
 

Subclasses of ActionProxyFactory in com.opensymphony.xwork
 class DefaultActionProxyFactory
          DefaultActionProxyFactory
 

Methods in com.opensymphony.xwork that return ActionProxyFactory
static ActionProxyFactory ActionProxyFactory.getFactory()
           
 

Methods in com.opensymphony.xwork with parameters of type ActionProxyFactory
static void ActionProxyFactory.setFactory(ActionProxyFactory factory)
          Set the ActionProxyFactory implementation to use.
 


WebWork Project Page