Package ubic.gemma.web.listener
Class StartupListener
- java.lang.Object
-
- org.springframework.web.context.ContextLoader
-
- org.springframework.web.context.ContextLoaderListener
-
- ubic.gemma.web.listener.StartupListener
-
- All Implemented Interfaces:
EventListener
,javax.servlet.ServletContextListener
public class StartupListener extends org.springframework.web.context.ContextLoaderListener
Slight variant ofContextLoaderListener
that logs the time taken to initialize the context.- Author:
- keshav, pavlidis, Matt Raible (original version), poirigui
-
-
Constructor Summary
Constructors Constructor Description StartupListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
contextInitialized(javax.servlet.ServletContextEvent event)
-
Methods inherited from class org.springframework.web.context.ContextLoaderListener
contextDestroyed, createContextLoader, getContextLoader
-
Methods inherited from class org.springframework.web.context.ContextLoader
closeWebApplicationContext, configureAndRefreshWebApplicationContext, createWebApplicationContext, createWebApplicationContext, customizeContext, determineContextClass, determineContextInitializerClasses, getCurrentWebApplicationContext, initWebApplicationContext, loadParentContext
-
-