Uses of Class
org.apache.struts2.ObjectFactory
Packages that use ObjectFactory
Package
Description
Main XWork interfaces and classes.
Configuration provider classes.
This package contains a reimagining of the traditional Struts filter dispatchers.
Interceptor classes.
XWork validation subsystem.
Classes for views using Velocity.
-
Uses of ObjectFactory in org.apache.struts2
Fields in org.apache.struts2 declared as ObjectFactoryModifier and TypeFieldDescriptionprotected ObjectFactoryDefaultActionInvocation.objectFactoryprotected ObjectFactoryDefaultActionProxy.objectFactoryMethods in org.apache.struts2 with parameters of type ObjectFactoryModifier and TypeMethodDescriptionvoidDefaultActionInvocation.setObjectFactory(ObjectFactory fac) voidDefaultActionProxy.setObjectFactory(ObjectFactory factory) -
Uses of ObjectFactory in org.apache.struts2.cdi
Subclasses of ObjectFactory in org.apache.struts2.cdiModifier and TypeClassDescriptionclassCdiObjectFactory allows Struts 2 managed objects, like Actions, Interceptors or Results, to be injected by a Contexts and Dependency Injection container (JSR299 / WebBeans). -
Uses of ObjectFactory in org.apache.struts2.components
Fields in org.apache.struts2.components declared as ObjectFactoryModifier and TypeFieldDescriptionprotected ObjectFactoryBean.objectFactoryprotected ObjectFactoryForm.objectFactoryMethods in org.apache.struts2.components with parameters of type ObjectFactoryModifier and TypeMethodDescriptionvoidBean.setObjectFactory(ObjectFactory objectFactory) voidForm.setObjectFactory(ObjectFactory objectFactory) -
Uses of ObjectFactory in org.apache.struts2.config_browser
Methods in org.apache.struts2.config_browser with parameters of type ObjectFactory -
Uses of ObjectFactory in org.apache.struts2.config.providers
Fields in org.apache.struts2.config.providers declared as ObjectFactoryModifier and TypeFieldDescriptionprotected ObjectFactoryXmlDocConfigurationProvider.objectFactoryMethods in org.apache.struts2.config.providers with parameters of type ObjectFactoryModifier and TypeMethodDescriptionstatic List<InterceptorMapping>InterceptorBuilder.constructInterceptorReference(InterceptorLocator interceptorLocator, String refName, Map<String, String> refParams, Location location, ObjectFactory objectFactory) Builds a list of interceptors referenced by the refName in the supplied PackageConfig (InterceptorMapping object).voidXmlDocConfigurationProvider.setObjectFactory(ObjectFactory objectFactory) -
Uses of ObjectFactory in org.apache.struts2.convention
Fields in org.apache.struts2.convention declared as ObjectFactoryConstructors in org.apache.struts2.convention with parameters of type ObjectFactoryModifierConstructorDescriptionConventionUnknownHandler(Configuration configuration, ObjectFactory objectFactory, jakarta.servlet.ServletContext servletContext, Container container, String defaultParentPackageName, String redirectToSlash, String nameSeparator) Constructs the unknown handler.PackageBasedActionConfigBuilder(Configuration configuration, Container container, ObjectFactory objectFactory, String redirectToSlash, String defaultParentPackage, String enableSmiInheritance) Constructs actions based on a list of packages. -
Uses of ObjectFactory in org.apache.struts2.conversion
Methods in org.apache.struts2.conversion with parameters of type ObjectFactoryModifier and TypeMethodDescriptionvoidStrutsTypeConverterCreator.setObjectFactory(ObjectFactory objectFactory) -
Uses of ObjectFactory in org.apache.struts2.conversion.impl
Methods in org.apache.struts2.conversion.impl with parameters of type ObjectFactoryModifier and TypeMethodDescriptionvoidInstantiatingNullHandler.setObjectFactory(ObjectFactory fac) -
Uses of ObjectFactory in org.apache.struts2.dispatcher
Methods in org.apache.struts2.dispatcher with parameters of type ObjectFactory -
Uses of ObjectFactory in org.apache.struts2.factory
Fields in org.apache.struts2.factory declared as ObjectFactoryMethods in org.apache.struts2.factory with parameters of type ObjectFactoryModifier and TypeMethodDescriptionvoidDefaultActionFactory.setObjectFactory(ObjectFactory objectFactory) voidDefaultInterceptorFactory.setObjectFactory(ObjectFactory objectFactory) voidDefaultValidatorFactory.setObjectFactory(ObjectFactory objectFactory) voidStrutsConverterFactory.setObjectFactory(ObjectFactory objectFactory) voidStrutsResultFactory.setObjectFactory(ObjectFactory objectFactory) -
Uses of ObjectFactory in org.apache.struts2.interceptor
Methods in org.apache.struts2.interceptor with parameters of type ObjectFactoryModifier and TypeMethodDescriptionprotected ObjectScopedModelDrivenInterceptor.resolveModel(ObjectFactory factory, ActionContext actionContext, String modelClassName, String modelScope, String modelName) voidScopedModelDrivenInterceptor.setObjectFactory(ObjectFactory factory) -
Uses of ObjectFactory in org.apache.struts2.ognl.accessor
Methods in org.apache.struts2.ognl.accessor with parameters of type ObjectFactoryModifier and TypeMethodDescriptionvoidXWorkCollectionPropertyAccessor.setObjectFactory(ObjectFactory fac) voidXWorkListPropertyAccessor.setObjectFactory(ObjectFactory fac) voidXWorkMapPropertyAccessor.setObjectFactory(ObjectFactory fac) -
Uses of ObjectFactory in org.apache.struts2.spring
Subclasses of ObjectFactory in org.apache.struts2.springModifier and TypeClassDescriptionclassSimple 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.classSpringProxyableObjectFactory.classStruts object factory that integrates with Spring. -
Uses of ObjectFactory in org.apache.struts2.validator
Fields in org.apache.struts2.validator declared as ObjectFactoryMethods in org.apache.struts2.validator with parameters of type ObjectFactoryModifier and TypeMethodDescriptionvoidDefaultValidatorFileParser.setObjectFactory(ObjectFactory fac) Constructors in org.apache.struts2.validator with parameters of type ObjectFactoryModifierConstructorDescriptionDefaultValidatorFactory(ObjectFactory objectFactory, ValidatorFileParser parser) -
Uses of ObjectFactory in org.apache.struts2.views.velocity
Methods in org.apache.struts2.views.velocity with parameters of type ObjectFactory