Uses of Class
com.opensymphony.xwork.ObjectFactory

Packages that use ObjectFactory
com.opensymphony.webwork.pico   
com.opensymphony.webwork.plexus   
com.opensymphony.webwork.spring   
com.opensymphony.xwork   
com.opensymphony.xwork.spring   
 

Uses of ObjectFactory in com.opensymphony.webwork.pico
 

Subclasses of ObjectFactory in com.opensymphony.webwork.pico
 class PicoObjectFactory
           XWork ObjectFactory which uses a PicoContainer to create component instances.
 

Uses of ObjectFactory in com.opensymphony.webwork.plexus
 

Subclasses of ObjectFactory in com.opensymphony.webwork.plexus
 class PlexusObjectFactory
          Plexus integartion.
 

Uses of ObjectFactory in com.opensymphony.webwork.spring
 

Subclasses of ObjectFactory in com.opensymphony.webwork.spring
 class SessionContextSpringProxyableObjectFactory
          SessionContextSpringProxyableObjectFactory
 class WebWorkSpringObjectFactory
          WebWork object factory that integrates with 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.
 


WebWork Project Page