com.opensymphony.webwork.spring.lifecycle
Class SpringObjectFactoryListener
java.lang.Object
com.opensymphony.webwork.spring.lifecycle.SpringObjectFactoryListener
- All Implemented Interfaces:
- EventListener, ServletContextListener
Deprecated. Please configure webwork.property to use WebWorkSpringObjectFactory
public class SpringObjectFactoryListener
- extends Object
- implements ServletContextListener
ApplicationContextListener that sets up the environment so that XWork and
Webwork can load data and information from Spring. Relies on Spring's
ContextLoaderListener
having been
called first.
- Author:
- sms
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpringObjectFactoryListener
public SpringObjectFactoryListener()
- Deprecated.
contextInitialized
public void contextInitialized(ServletContextEvent event)
- Deprecated.
- Specified by:
contextInitialized
in interface ServletContextListener
contextDestroyed
public void contextDestroyed(ServletContextEvent arg0)
- Deprecated.
- Specified by:
contextDestroyed
in interface ServletContextListener