@Published(tag="architect") public class TimeZoneAttributeInHttpSession extends TimeZoneAttributeInHttpSupport
| コンストラクタと説明 | 
|---|
TimeZoneAttributeInHttpSession()  | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
protected java.lang.String | 
getKeepingTimeZone(HttpRequest req,
                  ServletExecutionContext ctx)
保持しているタイムゾーンを取得する。 
 | 
protected java.lang.String | 
getSessionKey()
タイムゾーンが格納されるセッション上のキー名を取得する。 
 | 
protected void | 
keepTimeZone(HttpRequest req,
            ServletExecutionContext ctx,
            java.lang.String timeZone)
ユーザが選択したタイムゾーンを保持する。 
 | 
void | 
setSessionKey(java.lang.String sessionKey)
タイムゾーンが格納されるセッション上のキー名を設定する。 
 | 
getTimeZone, getValue, isSupportedTimeZone, setSupportedTimeZonesgetKey, setDefaultTimeZonepublic void setSessionKey(java.lang.String sessionKey)
sessionKey - タイムゾーンが格納されるセッション上のキー名protected void keepTimeZone(HttpRequest req, ServletExecutionContext ctx, java.lang.String timeZone)
TimeZoneAttributeInHttpSupportkeepTimeZone クラス内 TimeZoneAttributeInHttpSupportreq - リクエストctx - 実行コンテキストtimeZone - ユーザが選択したタイムゾーンprotected java.lang.String getKeepingTimeZone(HttpRequest req, ServletExecutionContext ctx)
TimeZoneAttributeInHttpSupportgetKeepingTimeZone クラス内 TimeZoneAttributeInHttpSupportreq - リクエストctx - 実行コンテキストprotected java.lang.String getSessionKey()
sessionKeyプロパティが設定されていない場合は、
 nablarch.common.handler.threadcontext.TimeZoneAttribute#getKey()の値を使用する。