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.interceptor Interceptor classes. 
com.opensymphony.xwork2.spring Spring ObjectFactory 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
           
 

Fields in com.opensymphony.xwork2 with type parameters of type ObjectFactory
private static ThreadLocal<ObjectFactory> ObjectFactory.thSelf
           
 

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

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

Constructors in com.opensymphony.xwork2 with parameters of type ObjectFactory
DefaultActionInvocation(ObjectFactory objectFactory, UnknownHandler handler, ActionProxy proxy, Map extraContext)
           
DefaultActionInvocation(ObjectFactory objectFactory, UnknownHandler handler, ActionProxy proxy, Map extraContext, boolean pushAction)
           
 

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(PackageConfig packageConfig, 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(PackageConfig packageConfig, 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.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.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.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.