javax.servlet
public interface ServletRequestListener extends EventListener
Since: Servlet 2.4
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. |