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