org.apache.struts2.impl
Class StrutsObjectFactory
java.lang.Object
com.opensymphony.xwork2.ObjectFactory
org.apache.struts2.impl.StrutsObjectFactory
- All Implemented Interfaces:
- Serializable
Deprecated. since version 2.3.16
@Deprecated
public class StrutsObjectFactory
- extends ObjectFactory
Instead of overriding the whole class a new InterceptorFactory
should be defined, thus should be solved in Struts 2.5
- See Also:
- Serialized Form
Methods inherited from class com.opensymphony.xwork2.ObjectFactory |
buildAction, buildBean, buildBean, buildBean, buildConverter, buildResult, buildUnknownHandler, buildValidator, getClassInstance, getObjectFactory, injectInternalBeans, isNoArgConstructorRequired, setActionFactory, setClassLoader, setContainer, setConverterFactory, setInterceptorFactory, setResultFactory, setUnknownHandlerFactory, setValidatorFactory |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StrutsObjectFactory
public StrutsObjectFactory()
- Deprecated.
setReflectionProvider
public void setReflectionProvider(ReflectionProvider reflectionProvider)
- Deprecated.
buildInterceptor
public Interceptor buildInterceptor(InterceptorConfig interceptorConfig,
Map refParams)
throws ConfigurationException
- Deprecated.
- Overrides:
buildInterceptor
in class ObjectFactory
- Throws:
ConfigurationException
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.