|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--java.util.EventObject | +--javax.servlet.ServletContextEvent
This is the event class for notifications about changes to the servlet context of a web application.
ServletContextListener
,
直列化された形式フィールドの概要 |
クラス java.util.EventObject から継承したフィールド |
source |
コンストラクタの概要 | |
ServletContextEvent(ServletContext source)
Construct a ServletContextEvent from the given context. |
メソッドの概要 | |
ServletContext |
getServletContext()
Return the ServletContext that changed. |
クラス java.util.EventObject から継承したメソッド |
getSource, toString |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
public ServletContextEvent(ServletContext source)
source
- - the ServletContext that is sending the event.メソッドの詳細 |
public ServletContext getServletContext()
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |