com.opensymphony.webwork.spring.lifecycle
Class SpringExternalReferenceResolverSetupListener
java.lang.Object
com.opensymphony.webwork.spring.lifecycle.SpringExternalReferenceResolverSetupListener
- All Implemented Interfaces:
- EventListener, ServletContextListener
public class SpringExternalReferenceResolverSetupListener
- extends Object
- implements ServletContextListener
Setup any ExternalReferenceResolver
s
that implement the ApplicationContextAware interface from the Spring
framework. Relies on Spring's
ContextLoaderListener
having been
called first.
- Author:
- Simon Stewart
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpringExternalReferenceResolverSetupListener
public SpringExternalReferenceResolverSetupListener()
contextInitialized
public void contextInitialized(ServletContextEvent event)
- Specified by:
contextInitialized
in interface ServletContextListener
contextDestroyed
public void contextDestroyed(ServletContextEvent event)
- Specified by:
contextDestroyed
in interface ServletContextListener