@Published(tag="architect") public final class TimeZoneAttributeInHttpUtil extends java.lang.Object
TimeZoneAttributeInHttpSupport| Modifier and Type | Method and Description | 
|---|---|
static void | 
keepTimeZone(HttpRequest request,
            ExecutionContext context,
            java.lang.String timeZone)
指定されたタイムゾーンの保持とスレッドローカルへの設定を行う。
 
 指定されたタイムゾーンがサポート対象のタイムゾーンでない場合は処理を行わない。
 
 サポート対象は、 
SystemRepositoryから取得したTimeZoneAttributeInHttpSupportで
 サポートされているタイムゾーンとなる。
 
 タイムゾーンの保持については、アプリケーションで使用する
 TimeZoneAttributeInHttpSupportのサブクラスのJavadocを参照。 | 
@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 - リポジトリにサポート用コンポーネントが存在しなかった場合