Uses of Class
com.opensymphony.xwork.ObjectFactory

Packages that use ObjectFactory
com.opensymphony.xwork   
com.opensymphony.xwork.spring   
 

Uses of ObjectFactory in com.opensymphony.xwork
 

Methods in com.opensymphony.xwork that return ObjectFactory
static ObjectFactory ObjectFactory.getObjectFactory()
           
 

Methods in com.opensymphony.xwork with parameters of type ObjectFactory
static void ObjectFactory.setObjectFactory(ObjectFactory factory)
           
 

Uses of ObjectFactory in com.opensymphony.xwork.spring
 

Subclasses of ObjectFactory in com.opensymphony.xwork.spring
 class SpringObjectFactory
          Simple implementation of the ObjectFactory that makes use of Spring's application context if one has been configured, before falling back on the default mechanism of instantiating a new class using the class name.
 class SpringProxyableObjectFactory
          SpringProxyableObjectFactory.
 


XWork Project Page