org.seasar.tuigwaa.util.ajax
クラス JsonSessionListener

java.lang.Object
  拡張org.seasar.tuigwaa.util.ajax.JsonSessionListener
すべての実装インタフェース:
EventListener, javax.servlet.http.HttpSessionAttributeListener

public class JsonSessionListener
extends Object
implements javax.servlet.http.HttpSessionAttributeListener

作成者:
nishioka

コンストラクタの概要
JsonSessionListener()
           
 
メソッドの概要
 void attributeAdded(javax.servlet.http.HttpSessionBindingEvent event)
           
 void attributeRemoved(javax.servlet.http.HttpSessionBindingEvent event)
           
 void attributeReplaced(javax.servlet.http.HttpSessionBindingEvent event)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

JsonSessionListener

public JsonSessionListener()
メソッドの詳細

attributeAdded

public void attributeAdded(javax.servlet.http.HttpSessionBindingEvent event)
定義:
インタフェース javax.servlet.http.HttpSessionAttributeListener 内の attributeAdded

attributeRemoved

public void attributeRemoved(javax.servlet.http.HttpSessionBindingEvent event)
定義:
インタフェース javax.servlet.http.HttpSessionAttributeListener 内の attributeRemoved

attributeReplaced

public void attributeReplaced(javax.servlet.http.HttpSessionBindingEvent event)
定義:
インタフェース javax.servlet.http.HttpSessionAttributeListener 内の attributeReplaced


Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.