com.opensymphony.webwork.spring.lifecycle
Class SpringObjectFactoryListener

java.lang.Object
  extended by 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 ContextLoaderListenerhaving been called first.

Author:
sms

Constructor Summary
SpringObjectFactoryListener()
          Deprecated.  
 
Method Summary
 void contextDestroyed(ServletContextEvent arg0)
          Deprecated.  
 void contextInitialized(ServletContextEvent event)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringObjectFactoryListener

public SpringObjectFactoryListener()
Deprecated. 
Method Detail

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

WebWork Project Page