org.eclipse.jetty.server
类 Request.MultiPartCleanerListener

java.lang.Object
  继承者 org.eclipse.jetty.server.Request.MultiPartCleanerListener
所有已实现的接口:
EventListener, ServletRequestListener
包容类:
Request

public static class Request.MultiPartCleanerListener
extends Object
implements ServletRequestListener


构造方法摘要
Request.MultiPartCleanerListener()
           
 
方法摘要
 void requestDestroyed(ServletRequestEvent sre)
          Receives notification that a ServletRequest is about to go out of scope of the web application.
 void requestInitialized(ServletRequestEvent sre)
          Receives notification that a ServletRequest is about to come into scope of the web application.
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Request.MultiPartCleanerListener

public Request.MultiPartCleanerListener()
方法详细信息

requestDestroyed

public void requestDestroyed(ServletRequestEvent sre)
从接口 ServletRequestListener 复制的描述
Receives notification that a ServletRequest is about to go out of scope of the web application.

指定者:
接口 ServletRequestListener 中的 requestDestroyed
参数:
sre - the ServletRequestEvent containing the ServletRequest and the ServletContext representing the web application

requestInitialized

public void requestInitialized(ServletRequestEvent sre)
从接口 ServletRequestListener 复制的描述
Receives notification that a ServletRequest is about to come into scope of the web application.

指定者:
接口 ServletRequestListener 中的 requestInitialized
参数:
sre - the ServletRequestEvent containing the ServletRequest and the ServletContext representing the web application


Copyright © 2013. All Rights Reserved.