|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
public interface HttpSessionBindingListener
Causes an object to be notified when it is bound to
or unbound from a session. The object is notified
by an HttpSessionBindingEvent object. This may be as a result
of a servlet programmer explicitly unbinding an attribute from a session,
due to a session being invalidated, or due to a session timing out.
HttpSession,
HttpSessionBindingEvent| 方法摘要 | |
|---|---|
void |
valueBound(HttpSessionBindingEvent event)
Notifies the object that it is being bound to a session and identifies the session. |
void |
valueUnbound(HttpSessionBindingEvent event)
Notifies the object that it is being unbound from a session and identifies the session. |
| 方法详细信息 |
|---|
void valueBound(HttpSessionBindingEvent event)
event - the event that identifies the
sessionvalueUnbound(javax.servlet.http.HttpSessionBindingEvent)void valueUnbound(HttpSessionBindingEvent event)
event - the event that identifies
the sessionvalueBound(javax.servlet.http.HttpSessionBindingEvent)
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||