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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfluenceObjectFactory()
-
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
-
-