public class ServletContextAttributeEvent extends ServletContextEvent
ServletContextAttributeListener,
直列化された形式source| コンストラクタと説明 |
|---|
ServletContextAttributeEvent(ServletContext source,
String name,
Object value)
与えられたServletContextと属性名と属性の値でServletContextAttributeEventを生成します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getName()
ServletContextの変更された属性の名前を取得します。
|
Object |
getValue()
ServletContextの変更された属性の値を取得します。
|
getServletContextgetSource, toStringpublic ServletContextAttributeEvent(ServletContext source, String name, Object value)
source - 属性が変更されたServletContextname - ServletContextの変更された属性の名前value - ServletContextの変更された属性の値Copyright © 1999-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms. Portions Copyright © 1999-2002 The Apache Software Foundation. Portions Copyright © 2017- @megascus. Translated by @megascus.