javax.servlet
public interface ServletRequestListener extends EventListener
Since: Servlet 2.4
Version: $Revision: 1.3 $ $Date: 2004/09/23 08:05:18 $
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. |