public class WarLoaderServlet
extends org.springframework.web.context.ContextLoaderListener
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
WarLoaderServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent sce)
Clearing the in-memory configuration parameters, we will receive
notification that the servlet context is about to be shut down
|
void |
contextInitialized(javax.servlet.ServletContextEvent sce)
Main entry point for the Red5 Server as a war
|
org.springframework.web.context.ContextLoader |
getContextLoader()
Deprecated.
|
void |
registerSubContext(String webAppKey) |
createContextLoadercloseWebApplicationContext, configureAndRefreshWebApplicationContext, createWebApplicationContext, createWebApplicationContext, customizeContext, determineContextClass, determineContextInitializerClasses, getCurrentWebApplicationContext, initWebApplicationContext, loadParentContextpublic void contextInitialized(javax.servlet.ServletContextEvent sce)
contextInitialized in interface javax.servlet.ServletContextListenercontextInitialized in class org.springframework.web.context.ContextLoaderListenerpublic void registerSubContext(String webAppKey)
@Deprecated public org.springframework.web.context.ContextLoader getContextLoader()
getContextLoader in class org.springframework.web.context.ContextLoaderListenerpublic void contextDestroyed(javax.servlet.ServletContextEvent sce)
contextDestroyed in interface javax.servlet.ServletContextListenercontextDestroyed in class org.springframework.web.context.ContextLoaderListenerCopyright © 2006-2012 The Red5 Project