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
| 从类 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.