Uses of Class
com.opensymphony.xwork2.ObjectFactory

Packages that use ObjectFactory
com.opensymphony.xwork2   
com.opensymphony.xwork2.interceptor   
com.opensymphony.xwork2.spring   
 

Uses of ObjectFactory in com.opensymphony.xwork2
 

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

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

Uses of ObjectFactory in com.opensymphony.xwork2.interceptor
 

Methods in com.opensymphony.xwork2.interceptor with parameters of type ObjectFactory
protected  java.lang.Object ScopedModelDrivenInterceptor.resolveModel(ObjectFactory factory, ActionContext actionContext, java.lang.String modelClassName, java.lang.String modelScope, java.lang.String modelName)
           
 

Uses of ObjectFactory in com.opensymphony.xwork2.spring
 

Subclasses of ObjectFactory in com.opensymphony.xwork2.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.
 



Copyright © 2006 OpenSymphony. All Rights Reserved.