javax.servlet.http.HttpSessionEvent翻译

来源:互联网 发布:注意力无法集中 知乎 编辑:程序博客网 时间:2024/06/05 12:21
  Overview  Package   Class  Tree  Deprecated  Index  Help  JavaTM 2 Platform
Ent. Ed. v1.4
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES     All Classes SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

javax.servlet.http
Class HttpSessionEvent

java.lang.Object  extended byjava.util.EventObject      extended byjavax.servlet.http.HttpSessionEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HttpSessionBindingEvent

public class HttpSessionEvent
extends EventObject

This is the class representing event notifications for changes to sessions within a web application. 该类表示web应用中会话变更引发的事件通知。

Since:
v 2.3
See Also:
Serialized Form

Field Summary   Fields inherited from class java.util.EventObject source   Constructor Summary HttpSessionEvent(HttpSession source)
          Construct a session event from the given source. 从指定源构建会话事件。
  Method Summary  HttpSession getSession()
          Return the session that changed. 返回变更的会话。
  Methods inherited from class java.util.EventObject getSource, toString   Methods inherited from class java.lang.Object clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait  

Constructor Detail

HttpSessionEvent

public HttpSessionEvent(HttpSession source)
Construct a session event from the given source. 从指定源构建会话事件。

 

Method Detail

getSession

public HttpSession getSession()
Return the session that changed. 返回变更的会话。

 


Overview  Package   Class  Tree  Deprecated  Index  Help  JavaTM 2 Platform
Ent. Ed. v1.4
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES     All Classes SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD
Submit a bug or feature

Copyright 2003 Sun Microsystems, Inc. All rights reserved.

原创粉丝点击