|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 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.servlet 中 ServletRequestEvent 的使用 |
|---|
| javax.servlet 中 ServletRequestEvent 的子类 | |
|---|---|
class |
ServletRequestAttributeEvent
This is the event class for notifications of changes to the attributes of the servlet request in an application. |
| 参数类型为 ServletRequestEvent 的 javax.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.server 中 ServletRequestEvent 的使用 |
|---|
| 参数类型为 ServletRequestEvent 的 org.eclipse.jetty.server 中的方法 | |
|---|---|
void |
Request.MultiPartCleanerListener.requestDestroyed(ServletRequestEvent sre)
|
void |
Request.MultiPartCleanerListener.requestInitialized(ServletRequestEvent sre)
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||