Class ConfluenceObjectFactory

  • All Implemented Interfaces:
    Serializable

    public final class ConfluenceObjectFactory
    extends com.opensymphony.xwork2.ObjectFactory
    Subclass of the standard ObjectFactory which specifies that no-arg constructors are not required
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isNoArgConstructorRequired()
      This override will not be required if/when we migrate to using struts2-spring-plugin
      • Methods inherited from class com.opensymphony.xwork2.ObjectFactory

        buildAction, buildBean, buildBean, buildBean, buildConverter, buildInterceptor, buildResult, buildUnknownHandler, buildValidator, getClassInstance, injectInternalBeans, setActionFactory, setClassLoader, setContainer, setConverterFactory, setInterceptorFactory, setResultFactory, setUnknownHandlerFactory, setValidatorFactory
    • Constructor Detail

      • ConfluenceObjectFactory

        public ConfluenceObjectFactory()
    • Method Detail

      • isNoArgConstructorRequired

        public boolean isNoArgConstructorRequired()
        This override will not be required if/when we migrate to using struts2-spring-plugin
        Overrides:
        isNoArgConstructorRequired in class com.opensymphony.xwork2.ObjectFactory