|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 HttpSessionEvent 的软件包 | |
|---|---|
| javax.servlet.http | The javax.servlet.http package contains a number of classes and interfaces that describe and define the contracts between a servlet class running under the HTTP protocol and the runtime environment provided for an instance of such a class by a conforming servlet container. |
| org.eclipse.jetty.security.authentication | |
| javax.servlet.http 中 HttpSessionEvent 的使用 |
|---|
| javax.servlet.http 中 HttpSessionEvent 的子类 | |
|---|---|
class |
HttpSessionBindingEvent
Events of this type are either sent to an object that implements HttpSessionBindingListener when it is bound or
unbound from a session, or to a HttpSessionAttributeListener
that has been configured in the deployment descriptor when any attribute is
bound, unbound or replaced in a session. |
| 参数类型为 HttpSessionEvent 的 javax.servlet.http 中的方法 | |
|---|---|
void |
HttpSessionListener.sessionCreated(HttpSessionEvent se)
Receives notification that a session has been created. |
void |
HttpSessionListener.sessionDestroyed(HttpSessionEvent se)
Receives notification that a session is about to be invalidated. |
void |
HttpSessionActivationListener.sessionDidActivate(HttpSessionEvent se)
Notification that the session has just been activated. |
void |
HttpSessionActivationListener.sessionWillPassivate(HttpSessionEvent se)
Notification that the session is about to be passivated. |
| org.eclipse.jetty.security.authentication 中 HttpSessionEvent 的使用 |
|---|
| 参数类型为 HttpSessionEvent 的 org.eclipse.jetty.security.authentication 中的方法 | |
|---|---|
void |
SessionAuthentication.sessionDidActivate(HttpSessionEvent se)
|
void |
SessionAuthentication.sessionWillPassivate(HttpSessionEvent se)
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||