public class ServletContextEvent extends EventObject
ServletContextListener,
直列化された形式source| コンストラクタと説明 |
|---|
ServletContextEvent(ServletContext source)
与えられたServletContextからServletContextEventを初期化します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ServletContext |
getServletContext()
変更されたServletContextを返します。
|
getSource, toStringpublic ServletContextEvent(ServletContext source)
source - イベントを送ったServletContextpublic ServletContext getServletContext()
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.