edu.sampleu.travel.infrastructure
Class TravelAppInitializeListener
java.lang.Object
edu.sampleu.travel.infrastructure.TravelAppInitializeListener
- All Implemented Interfaces:
- EventListener, javax.servlet.ServletContextListener
public class TravelAppInitializeListener
- extends Object
- implements javax.servlet.ServletContextListener
A ServletContextListener that fires up the Spring context.
This is used instead of a standard ContextLoaderListener in order to load
an extra test context if running in unit tests.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TravelAppInitializeListener
public TravelAppInitializeListener()
contextDestroyed
public void contextDestroyed(javax.servlet.ServletContextEvent sce)
- Specified by:
contextDestroyed
in interface javax.servlet.ServletContextListener
contextInitialized
public void contextInitialized(javax.servlet.ServletContextEvent sce)
- Specified by:
contextInitialized
in interface javax.servlet.ServletContextListener
Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.