com.opensymphony.webwork.spring
Class WebWorkSpringObjectFactory
java.lang.Object
com.opensymphony.xwork.ObjectFactory
com.opensymphony.xwork.spring.SpringObjectFactory
com.opensymphony.webwork.spring.WebWorkSpringObjectFactory
- All Implemented Interfaces:
- ObjectFactoryInitializable, org.springframework.context.ApplicationContextAware
public class WebWorkSpringObjectFactory
- extends SpringObjectFactory
- implements ObjectFactoryInitializable
WebWork object factory that integrates with Spring.
Spring should be loaded using a web context listener
org.springframework.web.context.ContextLoaderListener
defined in web.xml
.
- Author:
- plightbo
Methods inherited from class com.opensymphony.xwork.spring.SpringObjectFactory |
autoWireBean, autoWireBean, buildBean, buildBean, findAutoWiringBeanFactory, getAutowireStrategy, getClassInstance, initObjectFactory, isNoArgConstructorRequired, setApplicationContext, setAutowireStrategy, setUseClassCache |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebWorkSpringObjectFactory
public WebWorkSpringObjectFactory()
init
public void init(ServletContext servletContext)
- Specified by:
init
in interface ObjectFactoryInitializable