Uses of Class
javax.servlet.ServletRequestEvent

Packages that use ServletRequestEvent
javax.servlet THIS IS A PRELEASE VERSION OF THE SERVLET 3.0 SPEC BASED ON THE FIRST PUBLIC DRAFT OF JSR-315. 
 

Uses of ServletRequestEvent in javax.servlet
 

Subclasses of ServletRequestEvent in javax.servlet
 class ServletRequestAttributeEvent
          This is the event class for notifications of changes to the attributes of the servlet request in an application.
 

Methods in javax.servlet with parameters of type ServletRequestEvent
 void ServletRequestListener.requestCompleted(ServletRequestEvent rre)
          A request has been completed.
 void ServletRequestListener.requestDestroyed(ServletRequestEvent sre)
          The request is about to go out of scope of the web application.
 void ServletRequestListener.requestInitialized(ServletRequestEvent sre)
          The request is about to come into scope of the web application.
 void ServletRequestListener.requestResumed(ServletRequestEvent rre)
          A request has been resumed.
 void ServletRequestListener.requestSuspended(ServletRequestEvent rre)
          A request has been suspended.
 



Copyright © 1995-2008 Mort Bay Consulting. All Rights Reserved.