パッケージ | 説明 |
---|---|
javax.servlet |
javax.servletパッケージにはサーブレットクラスとServlet APIに準拠したサーブレットコンテナによる実行環境との間の契約を記述し定義する多数のクラスおよびインターフェースが含まれています。
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
ServletRequestAttributeEvent
ウェブアプリケーションのServletRequestの属性が変更された通知のためのイベントクラスです。
|
修飾子とタイプ | メソッドと説明 |
---|---|
default void |
ServletRequestListener.requestDestroyed(ServletRequestEvent sre)
ServletRequestがウェブアプリケーションのスコープから外れようとしている通知を受け取ります。
|
default void |
ServletRequestListener.requestInitialized(ServletRequestEvent sre)
ServletRequestがウェブアプリケーションのスコープに入ろうとしている通知を受け取ります。
|
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.