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. 
org.apache.struts2.components   
org.apache.struts2.config Classes for Struts configuration and property handling. 
org.apache.struts2.impl   
org.apache.struts2.validators   
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
           
 

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
static void ObjectFactory.setObjectFactory(ObjectFactory factory)
           
 void DefaultActionProxy.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)
           
DefaultActionInvocation(ObjectFactory objectFactory, UnknownHandler handler, ActionProxy proxy, Map extraContext, boolean pushAction, ActionEventListener actionEventListener)
           
 

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
private static void ValidatorFileParser.verifyObjectFactory(ObjectFactory objectFactory)
           
 

Uses of ObjectFactory in org.apache.struts2.components
 

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

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

Uses of ObjectFactory in org.apache.struts2.config
 

Fields in org.apache.struts2.config declared as ObjectFactory
(package private)  ObjectFactory MethodConfigurationProvider.factory
          Stores ObjectFactory property.
 

Methods in org.apache.struts2.config that return ObjectFactory
private  ObjectFactory MethodConfigurationProvider.getObjectFactory()
          Provides ObjectFactory property.
 

Methods in org.apache.struts2.config with parameters of type ObjectFactory
 void MethodConfigurationProvider.setObjectFactory(ObjectFactory factory)
          Updates ObjectFactory property.
 

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

Constructors in org.apache.struts2.validators with parameters of type ObjectFactory
DWRValidator.ValidatorActionInvocation(ObjectFactory objectFactory, UnknownHandler handler, ActionProxy proxy, Map extraContext)
           
 

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.