[/url] [url=file:///F:/资料/文字资料/j2ee-1.4_doc/apidocs/overview-summary.html]Overview
Class
JavaTM 2 Platform
Ent. Ed. v1.4
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
javax.servlet
Interface ServletRequestListenerAll Superinterfaces: EventListener public interface ServletRequestListener extends EventListenerImplementations 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: ServletContextEventMethod 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
requestDestroyedpublic void requestDestroyed(ServletRequestEvent sre)
Notification that the servlet request is about to go out of scope. 通知servlet请求将不在范围内。
requestInitializedpublic void requestInitialized(ServletRequestEvent sre)
Notification that the servlet request is about to go into scope. 通知servlet请求将进入范围内。
[/url][url=file:///F:/资料/文字资料/j2ee-1.4_doc/apidocs/overview-summary.html]Overview
Class
JavaTM 2 Platform
Ent. Ed. v1.4
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Submit a bug or feature Copyright 2003 Sun Microsystems, Inc. All rights reserved.