Class Struts2Factory

  • All Implemented Interfaces:
    java.io.Serializable

    public class Struts2Factory
    extends com.opensymphony.xwork2.ObjectFactory
    Cleanup up version from Bob's GuiceObjectFactory. Now works properly with GS2 and fixes several bugs.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Struts2Factory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object buildBean​(java.lang.Class clazz, java.util.Map<java.lang.String,​java.lang.Object> extraContext)  
      com.opensymphony.xwork2.interceptor.Interceptor buildInterceptor​(com.opensymphony.xwork2.config.entities.InterceptorConfig interceptorConfig, java.util.Map<java.lang.String,​java.lang.String> interceptorRefParams)  
      java.lang.Class<?> getClassInstance​(java.lang.String name)  
      boolean isNoArgConstructorRequired()  
      • 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

      • Struts2Factory

        public Struts2Factory()
    • Method Detail

      • isNoArgConstructorRequired

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

        public java.lang.Class<?> getClassInstance​(java.lang.String name)
                                            throws java.lang.ClassNotFoundException
        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)
      • 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)
                                                                         throws com.opensymphony.xwork2.config.ConfigurationException
        Throws:
        com.opensymphony.xwork2.config.ConfigurationException