Uses of Class
nablarch.common.web.session.SessionStore
Package
Description
本パッケージでは、HTTPSessionを抽象化した機能を提供する。
HTTPSessionと同等の機能に加え、従来の枠組みでは実現できなかった各種機能を追加する。
本パッケージでは、セッションの内容を保存する機能をもったモジュール群を提供する。
-
Uses of SessionStore in nablarch.common.web.session
Modifier and TypeMethodDescriptionSessionManager.findSessionStore
(String storeName) セッションストアを検索する。SessionManager.getDefaultStore()
デフォルトのセッションストアを取得する。SessionEntry.getStorage()
このエントリーを記録する際に使用するSessionStore
を使用する。Modifier and TypeMethodDescriptionvoid
SessionManager.setAvailableStores
(List<SessionStore> sessionStores) セッションストアを設定する。ModifierConstructorDescriptionSessionEntry
(String key, Object value, SessionStore storage) コンストラクタ。 -
Uses of SessionStore in nablarch.common.web.session.store
Modifier and TypeClassDescriptionclass
セッションの内容をDBに格納/読み込みするDbStore
。class
HTMLのinputタグ(type="hidden")を格納先とするSessionStore
拡張クラス。 5u13以前のHiddenStoreクラスに以下の追加変更を行っている。class
セッションの内容をHttpSessionに格納/読み込みするSessionStore
。