public class SpringContextLoaderListener
extends org.springframework.web.context.ContextLoaderListener
Constructor and Description |
---|
SpringContextLoaderListener() |
SpringContextLoaderListener(org.springframework.web.context.WebApplicationContext context) |
Modifier and Type | Method and Description |
---|---|
void |
contextInitialized(javax.servlet.ServletContextEvent event) |
protected org.springframework.web.context.ContextLoader |
createContextLoader()
Deprecated.
|
protected void |
customizeContext(javax.servlet.ServletContext servletContext,
org.springframework.web.context.ConfigurableWebApplicationContext configurableWebApplicationContext) |
closeWebApplicationContext, configureAndRefreshWebApplicationContext, createWebApplicationContext, determineContextClass, determineContextInitializerClasses, getCurrentWebApplicationContext, initWebApplicationContext, loadParentContext, setContextInitializers
public SpringContextLoaderListener()
public SpringContextLoaderListener(org.springframework.web.context.WebApplicationContext context)
public void contextInitialized(javax.servlet.ServletContextEvent event)
contextInitialized
in interface javax.servlet.ServletContextListener
contextInitialized
in class org.springframework.web.context.ContextLoaderListener
@Deprecated protected org.springframework.web.context.ContextLoader createContextLoader()
protected void customizeContext(javax.servlet.ServletContext servletContext, org.springframework.web.context.ConfigurableWebApplicationContext configurableWebApplicationContext)
customizeContext
in class org.springframework.web.context.ContextLoader
Copyright © 2020 JBoss by Red Hat. All rights reserved.