javax.servlet
Interface ServletRequestListener
- 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.
$Revision: 1.3 $ $Date: 2004/09/23 08:05:18 $
requestDestroyed
public void requestDestroyed(ServletRequestEvent sre)
Notification that the servlet request is about to go out of scope.
requestInitialized
public void requestInitialized(ServletRequestEvent sre)
Notification that the servlet request is about to go into scope.
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.