javax.servlet.http
类 HttpSessionEvent
java.lang.Object
java.util.EventObject
javax.servlet.http.HttpSessionEvent
- 所有已实现的接口:
- Serializable
- 直接已知子类:
- HttpSessionBindingEvent
public class HttpSessionEvent
- extends EventObject
This is the class representing event notifications for changes to
sessions within a web application.
- 从以下版本开始:
- Servlet 2.3
- 另请参见:
- 序列化表格
HttpSessionEvent
public HttpSessionEvent(HttpSession source)
- Construct a session event from the given source.
getSession
public HttpSession getSession()
- Return the session that changed.
Copyright © 2013. All Rights Reserved.