クラス
javax.servlet.http.HttpSessionBindingEvent の使用

HttpSessionBindingEvent を使用しているパッケージ
javax.servlet.http   
 

javax.servlet.http での HttpSessionBindingEvent の使用
 

HttpSessionBindingEvent 型のパラメータを持つ javax.servlet.http のメソッド
 void HttpSessionBindingListener.valueBound(HttpSessionBindingEvent event)
          セッションに結びつけられようとしていることをオブジェクトに通知し、 セッションを識別します。
 void HttpSessionBindingListener.valueUnbound(HttpSessionBindingEvent event)
          セッションから取り外されようとしていることをオブジェクトに通知し、 セッションを識別します。
 void HttpSessionAttributeListener.attributeAdded(HttpSessionBindingEvent se)
          セッションに属性が追加されたことを通知します。
 void HttpSessionAttributeListener.attributeRemoved(HttpSessionBindingEvent se)
          セッションから属性が削除されたことを通知します。
 void HttpSessionAttributeListener.attributeReplaced(HttpSessionBindingEvent se)
          セッションの属性が置換されたことを通知します。
 



このドキュメントは、Ja-Jakarta Project により翻訳されました。コメントがある場合は、jajakarta-report@jajakarta.good-day.netまでお願いします。

Copyright © 1999-2002 The Apache Software Foundation. All Rights Reserved.