Uses of Class
com.opensymphony.xwork2.ObjectFactory

Packages that use ObjectFactory
com.opensymphony.xwork2 Main XWork interfaces and classes. 
com.opensymphony.xwork2.config.providers Configuration provider classes. 
com.opensymphony.xwork2.conversion.impl   
com.opensymphony.xwork2.interceptor Interceptor classes. 
com.opensymphony.xwork2.ognl.accessor   
com.opensymphony.xwork2.spring Spring ObjectFactory classes. 
com.opensymphony.xwork2.util XWork util classes. 
com.opensymphony.xwork2.validator XWork validation subsystem. 
 

Uses of ObjectFactory in com.opensymphony.xwork2
 

Fields in com.opensymphony.xwork2 declared as ObjectFactory
protected  ObjectFactory DefaultActionInvocation.objectFactory
           
protected  ObjectFactory DefaultActionProxy.objectFactory
           
 

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

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

Uses of ObjectFactory in com.opensymphony.xwork2.config.providers
 

Methods in com.opensymphony.xwork2.config.providers with parameters of type ObjectFactory
static List<InterceptorMapping> InterceptorBuilder.constructInterceptorReference(PackageConfig packageConfig, String refName, Map refParams, Location location, ObjectFactory objectFactory)
          Builds a list of interceptors referenced by the refName in the supplied PackageConfig.
 void XmlConfigurationProvider.setObjectFactory(ObjectFactory objectFactory)
           
 

Uses of ObjectFactory in com.opensymphony.xwork2.conversion.impl
 

Methods in com.opensymphony.xwork2.conversion.impl with parameters of type ObjectFactory
 void InstantiatingNullHandler.setObjectFactory(ObjectFactory fac)
           
 void XWorkBasicConverter.setObjectFactory(ObjectFactory fac)
           
 void XWorkConverter.setObjectFactory(ObjectFactory factory)
           
 

Uses of ObjectFactory in com.opensymphony.xwork2.interceptor
 

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

Uses of ObjectFactory in com.opensymphony.xwork2.ognl.accessor
 

Methods in com.opensymphony.xwork2.ognl.accessor with parameters of type ObjectFactory
 void XWorkCollectionPropertyAccessor.setObjectFactory(ObjectFactory fac)
           
 void XWorkListPropertyAccessor.setObjectFactory(ObjectFactory fac)
           
 void XWorkMapPropertyAccessor.setObjectFactory(ObjectFactory fac)
           
 

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.
 

Uses of ObjectFactory in com.opensymphony.xwork2.util
 

Constructors in com.opensymphony.xwork2.util with parameters of type ObjectFactory
XWorkList(ObjectFactory fac, XWorkConverter conv, Class clazz)
           
XWorkList(ObjectFactory fac, XWorkConverter conv, Class clazz, int initialCapacity)
           
 

Uses of ObjectFactory in com.opensymphony.xwork2.validator
 

Methods in com.opensymphony.xwork2.validator with parameters of type ObjectFactory
static Validator ValidatorFactory.getValidator(ValidatorConfig cfg, ObjectFactory objectFactory)
          Get a Validator that matches the given configuration.
static void ValidatorFileParser.parseValidatorDefinitions(InputStream is, String resourceName, ObjectFactory objectFactory)
          Parses validator definitions
 



Copyright © 2007 OpenSymphony. All Rights Reserved.