SunONE Application Server v8.0 PE

javax.servlet
Interface ServletRequestListener

All Superinterfaces:
java.util.EventListener

public interface ServletRequestListener
extends java.util.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.

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.
 void requestInitialized(ServletRequestEvent sre)
          Notification that the servlet request is about to go into scope.
 

Method Detail

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.


SunONE Application Server v8.0 PE

Submit a bug or feature

Copyright 2003 Sun Microsystems, Inc. All rights reserved.