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
|
void |
registerSubContext(String webAppKey) |
closeWebApplicationContext, configureAndRefreshWebApplicationContext, createWebApplicationContext, createWebApplicationContext, customizeContext, determineContextClass, determineContextInitializerClasses, getCurrentWebApplicationContext, initWebApplicationContext, loadParentContext
public void contextInitialized(javax.servlet.ServletContextEvent sce)
contextInitialized
in interface javax.servlet.ServletContextListener
contextInitialized
in class org.springframework.web.context.ContextLoaderListener
public void registerSubContext(String webAppKey)
public void contextDestroyed(javax.servlet.ServletContextEvent sce)
contextDestroyed
in interface javax.servlet.ServletContextListener
contextDestroyed
in class org.springframework.web.context.ContextLoaderListener
Copyright © 2006-2012 The Red5 Project