public class ContextLoaderListener
extends org.springframework.web.context.ContextLoaderListener
Sakai's extension to the Spring ContextLoaderListener - use our ContextLoader, and increment / decrement the child count of the ComponentManager on init / destroy.
| Constructor and Description |
|---|
ContextLoaderListener() |
| 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.
|
protected org.springframework.web.context.ContextLoader |
createContextLoader()
Create the ContextLoader to use.
|
closeWebApplicationContext, configureAndRefreshWebApplicationContext, createWebApplicationContext, createWebApplicationContext, customizeContext, determineContextClass, determineContextInitializerClasses, getCurrentWebApplicationContext, initWebApplicationContext, loadParentContextprotected org.springframework.web.context.ContextLoader createContextLoader()
createContextLoader in class org.springframework.web.context.ContextLoaderListenerpublic void contextInitialized(ServletContextEvent event)
contextInitialized in interface ServletContextListenercontextInitialized in class org.springframework.web.context.ContextLoaderListenerpublic void contextDestroyed(ServletContextEvent event)
contextDestroyed in interface ServletContextListenercontextDestroyed in class org.springframework.web.context.ContextLoaderListenerCopyright © 2003-2015 The Sakai Foundation. All Rights Reserved.