Uses of Class
com.opensymphony.xwork2.ObjectFactory

Packages that use ObjectFactory
com.opensymphony.xwork2 Main XWork interfaces and classes. 
com.opensymphony.xwork2.config.impl Configuration implementation 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. 
org.apache.struts2.components   
org.apache.struts2.impl   
org.apache.struts2.views.velocity Classes for views using Velocity. 
 

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.impl
 

Fields in com.opensymphony.xwork2.config.impl declared as ObjectFactory
(package private)  ObjectFactory DefaultConfiguration.objectFactory
           
 

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

Fields in com.opensymphony.xwork2.config.providers declared as ObjectFactory
private  ObjectFactory XmlConfigurationProvider.objectFactory
           
 

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

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

Fields in com.opensymphony.xwork2.conversion.impl declared as ObjectFactory
private  ObjectFactory InstantiatingNullHandler.objectFactory
           
private  ObjectFactory XWorkBasicConverter.objectFactory
           
private  ObjectFactory XWorkConverter.objectFactory
           
 

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
 

Fields in com.opensymphony.xwork2.interceptor declared as ObjectFactory
private  ObjectFactory ScopedModelDrivenInterceptor.objectFactory
           
 

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
 

Fields in com.opensymphony.xwork2.ognl.accessor declared as ObjectFactory
private  ObjectFactory XWorkCollectionPropertyAccessor.objectFactory
           
private  ObjectFactory XWorkListPropertyAccessor.objectFactory
           
private  ObjectFactory XWorkMapPropertyAccessor.objectFactory
           
 

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
 

Fields in com.opensymphony.xwork2.util declared as ObjectFactory
private  ObjectFactory XWorkList.objectFactory
           
 

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
 

Fields in com.opensymphony.xwork2.validator declared as ObjectFactory
protected  ObjectFactory DefaultValidatorFactory.objectFactory
           
private  ObjectFactory DefaultValidatorFileParser.objectFactory
           
 

Methods in com.opensymphony.xwork2.validator with parameters of type ObjectFactory
 void DefaultValidatorFileParser.setObjectFactory(ObjectFactory fac)
           
 

Constructors in com.opensymphony.xwork2.validator with parameters of type ObjectFactory
DefaultValidatorFactory(ObjectFactory objectFactory, ValidatorFileParser parser)
           
 

Uses of ObjectFactory in org.apache.struts2.components
 

Fields in org.apache.struts2.components declared as ObjectFactory
protected  ObjectFactory Form.objectFactory
           
protected  ObjectFactory Bean.objectFactory
           
 

Methods in org.apache.struts2.components with parameters of type ObjectFactory
 void Form.setObjectFactory(ObjectFactory objectFactory)
           
 void Bean.setObjectFactory(ObjectFactory objectFactory)
           
 

Uses of ObjectFactory in org.apache.struts2.impl
 

Subclasses of ObjectFactory in org.apache.struts2.impl
 class StrutsObjectFactory
           
 

Uses of ObjectFactory in org.apache.struts2.views.velocity
 

Fields in org.apache.struts2.views.velocity declared as ObjectFactory
private  ObjectFactory VelocityManager.objectFactory
           
 

Methods in org.apache.struts2.views.velocity with parameters of type ObjectFactory
 void VelocityManager.setObjectFactory(ObjectFactory fac)
           
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.