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