public class ServletContextAttributeEvent extends ServletContextEvent
ServletContextAttributeListener, 連載形式 sourceSE| コンストラクターと説明 |
|---|
ServletContextAttributeEvent(ServletContext source, StringSE name, ObjectSE value) 指定された ServletContext、属性名、属性値から ServletContextAttributeEvent を構築します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
StringSE | getName() 変更された ServletContext 属性の名前を取得します。 |
ObjectSE | getValue() 変更された ServletContext 属性の値を取得します。 |
getServletContextgetSourceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic ServletContextAttributeEvent(ServletContext source, StringSE name, ObjectSE value)
source - 属性が変更された ServletContextname - 変更された ServletContext 属性の名前 value - 変更された ServletContext 属性の値 Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.