public class ApplicationStartupListener extends Object implements javax.servlet.ServletContextListener
Modifier and Type | Field and Description |
---|---|
static String |
TINY_SPRING_CONTAINER_KEY |
Constructor and Description |
---|
ApplicationStartupListener() |
Modifier and Type | Method and Description |
---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent) |
void |
contextInitialized(javax.servlet.ServletContextEvent servletContextEvent) |
protected org.springframework.context.support.AbstractRefreshableConfigApplicationContext |
createWebApplicationContext() |
public static final String TINY_SPRING_CONTAINER_KEY
public void contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)
contextDestroyed
in interface javax.servlet.ServletContextListener
public void contextInitialized(javax.servlet.ServletContextEvent servletContextEvent)
contextInitialized
in interface javax.servlet.ServletContextListener
protected org.springframework.context.support.AbstractRefreshableConfigApplicationContext createWebApplicationContext()
Copyright © 2006–2018 TinyGroup. All rights reserved.