|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.extension.httpsession.SessionState
HttpSessionの状態をあらわすクラスです。
コンストラクタの概要 | |
SessionState(Map binaryData)
SessionState を作成します。 |
メソッドの概要 | |
Enumeration |
getAccessedAttributeNames()
アクセスされたすべての属性名を返します。 |
Object |
getAttribute(String name)
指定された名前に対する値を返します。 |
Enumeration |
getAttributeNames()
セッションで管理されているすべての属性名を返します。 |
protected Object |
getPersistedAttribute(String name)
|
boolean |
needDelete(String name)
deleteする必要があるかどうか返します。 |
boolean |
needInsert(String name)
insertする必要があるかどうか返します。 |
boolean |
needUpdate(String name)
updateする必要があるかどうか返します。 |
void |
persisted()
データを永続化した後に呼び出されます。 |
void |
setAttribute(String name,
Object value)
名前に対する値を設定します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public SessionState(Map binaryData)
SessionState
を作成します。
binaryData
- メソッドの詳細 |
public Object getAttribute(String name)
name
-
public Enumeration getAttributeNames()
public Enumeration getAccessedAttributeNames()
public void setAttribute(String name, Object value)
name
- value
- public void persisted()
public boolean needInsert(String name)
name
-
public boolean needUpdate(String name)
name
-
public boolean needDelete(String name)
name
-
protected Object getPersistedAttribute(String name)
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |