类 javax.servlet.ServletContextEvent
的使用

使用 ServletContextEvent 的软件包
javax.servlet The javax.servlet package contains a number of classes and interfaces that describe and define the contracts between a servlet class and the runtime environment provided for an instance of such a class by a conforming servlet container. 
org.eclipse.jetty.server.handler   
org.eclipse.jetty.servlet   
org.eclipse.jetty.servlet.listener   
org.eclipse.jetty.webapp   
 

javax.servletServletContextEvent 的使用
 

javax.servletServletContextEvent 的子类
 class ServletContextAttributeEvent
          Event class for notifications about changes to the attributes of the ServletContext of a web application.
 

参数类型为 ServletContextEventjavax.servlet 中的方法
 void ServletContextListener.contextDestroyed(ServletContextEvent sce)
          Receives notification that the ServletContext is about to be shut down.
 void ServletContextListener.contextInitialized(ServletContextEvent sce)
          Receives notification that the web application initialization process is starting.
 

org.eclipse.jetty.server.handlerServletContextEvent 的使用
 

参数类型为 ServletContextEventorg.eclipse.jetty.server.handler 中的方法
 void ContextHandler.callContextDestroyed(ServletContextListener l, ServletContextEvent e)
           
 void ContextHandler.callContextInitialized(ServletContextListener l, ServletContextEvent e)
           
 

org.eclipse.jetty.servletServletContextEvent 的使用
 

参数类型为 ServletContextEventorg.eclipse.jetty.servlet 中的方法
 void ServletContextHandler.callContextDestroyed(ServletContextListener l, ServletContextEvent e)
           
 void ServletContextHandler.callContextInitialized(ServletContextListener l, ServletContextEvent e)
           
 

org.eclipse.jetty.servlet.listenerServletContextEvent 的使用
 

参数类型为 ServletContextEventorg.eclipse.jetty.servlet.listener 中的方法
 void IntrospectorCleaner.contextDestroyed(ServletContextEvent sce)
           
 void ELContextCleaner.contextDestroyed(ServletContextEvent sce)
           
 void IntrospectorCleaner.contextInitialized(ServletContextEvent sce)
           
 void ELContextCleaner.contextInitialized(ServletContextEvent sce)
           
 

org.eclipse.jetty.webappServletContextEvent 的使用
 

参数类型为 ServletContextEventorg.eclipse.jetty.webapp 中的方法
 void TagLibConfiguration.TagLibListener.contextDestroyed(ServletContextEvent sce)
           
 void TagLibConfiguration.TagLibListener.contextInitialized(ServletContextEvent sce)
           
 



Copyright © 2013. All Rights Reserved.