javax.servlet.サーブレットRequestListener翻訳

2153 ワード


Overview 
Package 
 Class 
Tree 
Deprecated 
Index 
Help 
JavaTM 2 PlatformEnt. Ed. v1.4
 PREV CLASS   NEXT CLASS
FRAMES    NO FRAMES     All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD

javax.servlet Interface ServletRequestListener


All Superinterfaces:
EventListener
public interface
ServletRequestListener
extends EventListener
Implementations of this interface recieve notifications about changes to the servlet request of the web application they are part of. To receive notification events, the implementation class must be configured in the deployment descriptor for the web application. このインタフェースを実装すると、Webアプリケーションのservletリクエストの変更の通知が受信されます.通知イベントを受信するには、インプリメンテーションクラスがWebアプリケーションのデプロイメント記述子を構成する必要があります.
Since:
v 2.4
See Also: ServletContextEvent
Method Summary  void requestDestroyed(ServletRequestEvent sre)           Notification that the servlet request is about to go out of scope. 通知servletリクエストは範囲外です. void requestInitialized(ServletRequestEvent sre)           Notification that the servlet request is about to go into scope. servletリクエストが範囲内に入ることを通知します.
 
Method Detail

requestDestroyed

public void requestDestroyed(ServletRequestEvent sre)

Notification that the servlet request is about to go out of scope. 通知servletリクエストは範囲外です.

requestInitialized

public void requestInitialized(ServletRequestEvent sre)

Notification that the servlet request is about to go into scope. servletリクエストが範囲内に入ることを通知します.
Overview 
Package 
 Class 
Tree 
Deprecated 
Index 
Help 
JavaTM 2 PlatformEnt. Ed. v1.4
 PREV CLASS   NEXT CLASS
FRAMES    NO FRAMES     All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Submit a bug or feature
Copyright 2003 Sun Microsystems, Inc. All rights reserved.