インターフェースの使用
org.springframework.context.i18n.LocaleContext
パッケージ
説明
現在のロケールを決定するための抽象化と、スレッドにバインドされたロケールを公開するグローバルホルダー。
Spring の一般的なリアクティブ Web サポートのコアインターフェースとクラス。
基礎となる
org.springframework.http.client.reactive
リアクティブ HTTP アダプターと HttpHandler
に適応する実装。 ロケール関連のサポートクラス。
アプリケーションコンテキストインフラストラクチャと統合するサーブレット、および Spring Web MVC フレームワークのコアインターフェースとクラスを提供します。
Spring の Web MVC フレームワークのロケールサポートクラス。
org.springframework.context.i18n 内の LocaleContext 使用
修飾子と型メソッド説明static LocaleContext
LocaleContextHolder.getLocaleContext()
現在のスレッドに関連付けられている LocaleContext があれば、それを返します。修飾子と型メソッド説明static LocaleSE
LocaleContextHolder.getLocale
(LocaleContext localeContext) 指定されたユーザーコンテキストに関連付けられているロケールがある場合はそれを返し、そうでない場合はシステムのデフォルトのロケールを返します。static TimeZoneSE
LocaleContextHolder.getTimeZone
(LocaleContext localeContext) 特定のユーザーコンテキストに関連付けられている TimeZone(存在する場合)、またはシステムのデフォルト TimeZone を返します。static void
LocaleContextHolder.setLocaleContext
(LocaleContext localeContext) 指定された LocaleContext を現在のスレッドに関連付けます。子スレッドの継承可能としては公開しません。static void
LocaleContextHolder.setLocaleContext
(LocaleContext localeContext, boolean inheritable) 指定された LocaleContext を現在のスレッドに関連付けます。org.springframework.web.server 内の LocaleContext 使用
修飾子と型メソッド説明ServerWebExchange.getLocaleContext()
設定されたLocaleContextResolver
を使用してLocaleContext
を返します。ServerWebExchangeDecorator.getLocaleContext()
org.springframework.web.server.adapter 内の LocaleContext 使用
org.springframework.web.server.i18n 内の LocaleContext 使用
修飾子と型メソッド説明AcceptHeaderLocaleContextResolver.resolveLocaleContext
(ServerWebExchange exchange) FixedLocaleContextResolver.resolveLocaleContext
(ServerWebExchange exchange) LocaleContextResolver.resolveLocaleContext
(ServerWebExchange exchange) 指定された交換を介して現在のロケールコンテキストを解決します。修飾子と型メソッド説明void
AcceptHeaderLocaleContextResolver.setLocaleContext
(ServerWebExchange exchange, LocaleContext locale) void
FixedLocaleContextResolver.setLocaleContext
(ServerWebExchange exchange, LocaleContext localeContext) void
LocaleContextResolver.setLocaleContext
(ServerWebExchange exchange, LocaleContext localeContext) 現在のロケールコンテキストを指定されたものに設定します。潜在的に関連するタイムゾーン情報を持つロケールを含みます。org.springframework.web.servlet 内の LocaleContext 使用
修飾子と型メソッド説明protected LocaleContext
DispatcherServlet.buildLocaleContext
(HttpServletRequestEE request) 指定されたリクエストの LocaleContext を構築し、リクエストのプライマリロケールを現在のロケールとして公開します。protected LocaleContext
FrameworkServlet.buildLocaleContext
(HttpServletRequestEE request) 指定されたリクエストの LocaleContext を構築し、リクエストのプライマリロケールを現在のロケールとして公開します。LocaleContextResolver.resolveLocaleContext
(HttpServletRequestEE request) 指定されたリクエストを介して現在のロケールコンテキストを解決します。修飾子と型メソッド説明void
LocaleContextResolver.setLocaleContext
(HttpServletRequestEE request, HttpServletResponseEE response, LocaleContext localeContext) 現在のロケールコンテキストを指定されたものに設定します。潜在的に関連するタイムゾーン情報を持つロケールを含みます。org.springframework.web.servlet.i18n 内の LocaleContext 使用
修飾子と型メソッド説明CookieLocaleResolver.resolveLocaleContext
(HttpServletRequestEE request) FixedLocaleResolver.resolveLocaleContext
(HttpServletRequestEE request) SessionLocaleResolver.resolveLocaleContext
(HttpServletRequestEE request) 修飾子と型メソッド説明void
CookieLocaleResolver.setLocaleContext
(HttpServletRequestEE request, HttpServletResponseEE response, LocaleContext localeContext) void
FixedLocaleResolver.setLocaleContext
(HttpServletRequestEE request, HttpServletResponseEE response, LocaleContext localeContext) void
SessionLocaleResolver.setLocaleContext
(HttpServletRequestEE request, HttpServletResponseEE response, LocaleContext localeContext)