Package | Description |
---|---|
nablarch.common.web.session |
本パッケージでは、HTTPSessionを抽象化した機能を提供する。
HTTPSessionと同等の機能に加え、従来の枠組みでは実現できなかった各種機能を追加する。
|
Modifier and Type | Method and Description |
---|---|
SessionStore |
SessionEntry.getStorage()
このエントリーを記録する際に使用する
SessionStore を使用する。 |
Constructor and Description |
---|
SessionEntry(java.lang.String key,
java.lang.Object value,
SessionStore storage)
コンストラクタ。
|