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(org.springframework.web.context.WebApplicationContext context) |
| 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.
|
customizeContext, loadParentContextcloseWebApplicationContext, configureAndRefreshWebApplicationContext, createWebApplicationContext, determineContextClass, determineContextInitializerClasses, getCurrentWebApplicationContext, initWebApplicationContext, setContextInitializerspublic SakaiContextLoaderListener(org.springframework.web.context.WebApplicationContext context)
public 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–2021 Sakai Project. All rights reserved.