Class GuiceObjectFactory

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated
    public class GuiceObjectFactory
    extends com.opensymphony.xwork2.ObjectFactory
    Deprecated.
    Use Struts2Factory instead.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      GuiceObjectFactory()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.Object buildBean​(java.lang.Class clazz, java.util.Map<java.lang.String,​java.lang.Object> extraContext)
      Deprecated.
       
      com.opensymphony.xwork2.interceptor.Interceptor buildInterceptor​(com.opensymphony.xwork2.config.entities.InterceptorConfig interceptorConfig, java.util.Map<java.lang.String,​java.lang.String> interceptorRefParams)
      Deprecated.
       
      java.lang.Class getClassInstance​(java.lang.String name)
      Deprecated.
       
      boolean isNoArgConstructorRequired()
      Deprecated.
       
      • Methods inherited from class com.opensymphony.xwork2.ObjectFactory

        buildAction, buildBean, buildBean, buildBean, buildInterceptor, buildResult, buildValidator, getObjectFactory, injectInternalBeans, setClassLoader, setContainer, setObjectFactory
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GuiceObjectFactory

        public GuiceObjectFactory()
        Deprecated.
    • Method Detail

      • isNoArgConstructorRequired

        public boolean isNoArgConstructorRequired()
        Deprecated.
        Overrides:
        isNoArgConstructorRequired in class com.opensymphony.xwork2.ObjectFactory
      • getClassInstance

        public java.lang.Class getClassInstance​(java.lang.String name)
                                         throws java.lang.ClassNotFoundException
        Deprecated.
        Overrides:
        getClassInstance in class com.opensymphony.xwork2.ObjectFactory
        Throws:
        java.lang.ClassNotFoundException
      • buildBean

        public java.lang.Object buildBean​(java.lang.Class clazz,
                                          java.util.Map<java.lang.String,​java.lang.Object> extraContext)
        Deprecated.
      • buildInterceptor

        public com.opensymphony.xwork2.interceptor.Interceptor buildInterceptor​(com.opensymphony.xwork2.config.entities.InterceptorConfig interceptorConfig,
                                                                                java.util.Map<java.lang.String,​java.lang.String> interceptorRefParams)
        Deprecated.