Class ConfluenceObjectFactory

java.lang.Object
com.opensymphony.xwork2.ObjectFactory
com.atlassian.confluence.impl.struts.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:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    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

    Methods inherited from class java.lang.Object

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

    • ConfluenceObjectFactory

      public ConfluenceObjectFactory()
  • Method Details

    • 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