Package | Description |
---|---|
nablarch.common.web.session |
本パッケージでは、HTTPSessionを抽象化した機能を提供する。
HTTPSessionと同等の機能に加え、従来の枠組みでは実現できなかった各種機能を追加する。
|
Modifier and Type | Method and Description |
---|---|
StateEncoder |
SessionStore.getStateEncoder()
セッション内容の直列化モジュールを取得する。
|
Modifier and Type | Method and Description |
---|---|
void |
SessionStore.setStateEncoder(StateEncoder stateEncoder)
セッション内容の直列化モジュールを設定する。
|