@Published(tag="architect") public final class TimeZoneAttributeInHttpUtil extends java.lang.Object
修飾子とタイプ | メソッドと説明 |
---|---|
static void |
keepTimeZone(HttpRequest request,
ExecutionContext context,
java.lang.String timeZone)
指定されたタイムゾーンの保持とスレッドローカルへの設定を行う。
|
@Published(tag="architect") public static void keepTimeZone(HttpRequest request, ExecutionContext context, java.lang.String timeZone)
SystemRepository
から取得したTimeZoneAttributeInHttpSupport
で
サポートされているタイムゾーンとなる。
タイムゾーンの保持については、アプリケーションで使用する
TimeZoneAttributeInHttpSupport
のサブクラスのJavadocを参照。request
- リクエストcontext
- 実行コンテキストtimeZone
- タイムゾーンjava.lang.IllegalArgumentException
- リポジトリにサポート用コンポーネントが存在しなかった場合