クラス
javax.servlet.ServletContextEvent の使用

ServletContextEvent を使用しているパッケージ
javax.servlet   
 

javax.servlet での ServletContextEvent の使用
 

javax.servlet での ServletContextEvent のサブクラス
 class ServletContextAttributeEvent
          This is the event class for notifications about changes to the attributes of the servlet context of a web application.
 

ServletContextEvent 型のパラメータを持つ javax.servlet のメソッド
 void ServletContextListener.contextInitialized(ServletContextEvent sce)
          Notification that the web application is ready to process requests.
 void ServletContextListener.contextDestroyed(ServletContextEvent sce)
          Notification that the servlet context is about to be shut down.
 



Copyright © 1999-2002 The Apache Software Foundation. All Rights Reserved.