public class SakaiContextLoaderListener extends SakaiContextLoader implements ServletContextListener
Sakai's extension to the Spring ContextLoaderListener - use our ContextLoader, and increment / decrement the child count of the ComponentManager on init / destroy.
SPRING_CONTEXT_SUFFIX| Constructor and Description |
|---|
SakaiContextLoaderListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
contextDestroyed(ServletContextEvent event)
Close the root web application context.
|
void |
contextInitialized(ServletContextEvent event)
Initialize the root web application context.
|
initWebApplicationContext, loadParentContextcloseWebApplicationContext, configureAndRefreshWebApplicationContext, createWebApplicationContext, customizeContext, determineContextClass, determineContextInitializerClasses, getCurrentWebApplicationContext, setContextInitializerspublic void contextInitialized(ServletContextEvent event)
contextInitialized in interface ServletContextListenerpublic void contextDestroyed(ServletContextEvent event)
contextDestroyed in interface ServletContextListenerCopyright © 2003–2016 The Sakai Foundation. All rights reserved.