public class ServletContextEvent extends EventObjectSE
ServletContextListener, 連載形式 sourceSE| コンストラクターと説明 |
|---|
ServletContextEvent(ServletContext source) 指定されたコンテキストから ServletContextEvent を構築します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
ServletContext | getServletContext() 変更された ServletContext を返します。 |
getSourceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic ServletContextEvent(ServletContext source)
source - - イベントを送信している ServletContext。public ServletContext getServletContext()
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.