类 ContextLoaderListener

java.lang.Object
cn.taketoday.web.servlet.ContextLoader
cn.taketoday.web.servlet.ContextLoaderListener
所有已实现的接口:
ServletContextListener, EventListener

public class ContextLoaderListener extends ContextLoader implements ServletContextListener
Bootstrap listener to start up and shut down Framework's root WebApplicationContext. Simply delegates to ContextLoader as well as to ContextCleanupListener.

ContextLoaderListener supports injecting the root web application context via the ContextLoaderListener(WebApplicationContext) constructor, allowing for programmatic configuration in Servlet initializers. See ApplicationContextInitializer for usage examples.

从以下版本开始:
4.0
作者:
Juergen Hoeller, Chris Beams
另请参阅: