public class SakaiContextLoaderListener extends SakaiContextLoader implements javax.servlet.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(javax.servlet.ServletContextEvent event)
Close the root web application context.
|
void |
contextInitialized(javax.servlet.ServletContextEvent event)
Initialize the root web application context.
|
initWebApplicationContext, loadParentContextcloseWebApplicationContext, configureAndRefreshWebApplicationContext, createWebApplicationContext, customizeContext, determineContextClass, determineContextInitializerClasses, getCurrentWebApplicationContext, setContextInitializerspublic void contextInitialized(javax.servlet.ServletContextEvent event)
contextInitialized in interface javax.servlet.ServletContextListenerpublic void contextDestroyed(javax.servlet.ServletContextEvent event)
contextDestroyed in interface javax.servlet.ServletContextListenerCopyright © 2003–2018 The Sakai Foundation. All rights reserved.