类 javax.servlet.ServletRequestEvent
的使用

使用 ServletRequestEvent 的软件包
javax.servlet The javax.servlet package contains a number of classes and interfaces that describe and define the contracts between a servlet class and the runtime environment provided for an instance of such a class by a conforming servlet container. 
org.eclipse.jetty.server   
 

javax.servletServletRequestEvent 的使用
 

javax.servletServletRequestEvent 的子类
 class ServletRequestAttributeEvent
          This is the event class for notifications of changes to the attributes of the servlet request in an application.
 

参数类型为 ServletRequestEventjavax.servlet 中的方法
 void ServletRequestListener.requestDestroyed(ServletRequestEvent sre)
          Receives notification that a ServletRequest is about to go out of scope of the web application.
 void ServletRequestListener.requestInitialized(ServletRequestEvent sre)
          Receives notification that a ServletRequest is about to come into scope of the web application.
 

org.eclipse.jetty.serverServletRequestEvent 的使用
 

参数类型为 ServletRequestEventorg.eclipse.jetty.server 中的方法
 void Request.MultiPartCleanerListener.requestDestroyed(ServletRequestEvent sre)
           
 void Request.MultiPartCleanerListener.requestInitialized(ServletRequestEvent sre)
           
 



Copyright © 2013. All Rights Reserved.