Uses of Class
com.opensymphony.xwork.ActionProxyFactory

Packages that use ActionProxyFactory
com.opensymphony.xwork   
 

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.
 


XWork Project Page