org.apache.struts2.impl
类 StrutsObjectFactory

java.lang.Object
  继承者 com.opensymphony.xwork2.ObjectFactory
      继承者 org.apache.struts2.impl.StrutsObjectFactory
所有已实现的接口:
Serializable

已过时。 since version 2.3.16

@Deprecated
public class StrutsObjectFactory
extends com.opensymphony.xwork2.ObjectFactory

Instead of overriding the whole class a new InterceptorFactory should be defined, thus should be solved in Struts 2.5

另请参见:
序列化表格

构造方法摘要
StrutsObjectFactory()
          已过时。  
 
方法摘要
 com.opensymphony.xwork2.interceptor.Interceptor buildInterceptor(com.opensymphony.xwork2.config.entities.InterceptorConfig interceptorConfig, Map refParams)
          已过时。  
 void setReflectionProvider(com.opensymphony.xwork2.util.reflection.ReflectionProvider reflectionProvider)
          已过时。  
 
从类 com.opensymphony.xwork2.ObjectFactory 继承的方法
buildAction, buildBean, buildBean, buildBean, buildConverter, buildResult, buildValidator, getClassInstance, getObjectFactory, isNoArgConstructorRequired, setActionFactory, setClassLoader, setContainer, setConverterFactory, setInterceptorFactory, setResultFactory, setValidatorFactory
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

StrutsObjectFactory

public StrutsObjectFactory()
已过时。 
方法详细信息

setReflectionProvider

public void setReflectionProvider(com.opensymphony.xwork2.util.reflection.ReflectionProvider reflectionProvider)
已过时。 

buildInterceptor

public com.opensymphony.xwork2.interceptor.Interceptor buildInterceptor(com.opensymphony.xwork2.config.entities.InterceptorConfig interceptorConfig,
                                                                        Map refParams)
                                                                 throws com.opensymphony.xwork2.config.ConfigurationException
已过时。 
覆盖:
com.opensymphony.xwork2.ObjectFactory 中的 buildInterceptor
抛出:
com.opensymphony.xwork2.config.ConfigurationException