Uses of Interface
org.springframework.context.i18n.LocaleContext
Packages that use LocaleContext Package Description org.springframework.context.i18n Abstraction for determining the current Locale, plus global holder that exposes a thread-bound Locale.org.springframework.web.server Core interfaces and classes for Spring's generic, reactive web support.org.springframework.web.server.adapter Implementations to adapt to the underlyingorg.springframework.http.client.reactivereactive HTTP adapter andHttpHandler.org.springframework.web.server.i18n Locale related support classes.org.springframework.web.servlet Provides servlets that integrate with the application context infrastructure, and the core interfaces and classes for the Spring web MVC framework.org.springframework.web.servlet.i18n Locale support classes for Spring's web MVC framework.Uses of LocaleContext in org.springframework.context.i18n
Subinterfaces of LocaleContext in org.springframework.context.i18n Modifier and Type Interface Description interfaceTimeZoneAwareLocaleContextExtension ofLocaleContext, adding awareness of the current time zone.Classes in org.springframework.context.i18n that implement LocaleContext Modifier and Type Class Description classSimpleLocaleContextSimple implementation of theLocaleContextinterface, always returning a specifiedLocale.classSimpleTimeZoneAwareLocaleContextSimple implementation of theTimeZoneAwareLocaleContextinterface, always returning a specifiedLocaleandTimeZone.Methods in org.springframework.context.i18n that return LocaleContext Modifier and Type Method Description static LocaleContextLocaleContextHolder. getLocaleContext()Return the LocaleContext associated with the current thread, if any.Methods in org.springframework.context.i18n with parameters of type LocaleContext Modifier and Type Method Description static LocaleLocaleContextHolder. getLocale(LocaleContext localeContext)Return the Locale associated with the given user context, if any, or the system default Locale otherwise.static TimeZoneLocaleContextHolder. getTimeZone(LocaleContext localeContext)Return the TimeZone associated with the given user context, if any, or the system default TimeZone otherwise.static voidLocaleContextHolder. setLocaleContext(LocaleContext localeContext)Associate the given LocaleContext with the current thread, not exposing it as inheritable for child threads.static voidLocaleContextHolder. setLocaleContext(LocaleContext localeContext, boolean inheritable)Associate the given LocaleContext with the current thread.Uses of LocaleContext in org.springframework.web.server
Methods in org.springframework.web.server that return LocaleContext Modifier and Type Method Description LocaleContextServerWebExchange. getLocaleContext()Return theLocaleContextusing the configuredLocaleContextResolver.LocaleContextServerWebExchangeDecorator. getLocaleContext()Uses of LocaleContext in org.springframework.web.server.adapter
Methods in org.springframework.web.server.adapter that return LocaleContext Modifier and Type Method Description LocaleContextDefaultServerWebExchange. getLocaleContext()Uses of LocaleContext in org.springframework.web.server.i18n
Methods in org.springframework.web.server.i18n that return LocaleContext Modifier and Type Method Description LocaleContextAcceptHeaderLocaleContextResolver. resolveLocaleContext(ServerWebExchange exchange)LocaleContextFixedLocaleContextResolver. resolveLocaleContext(ServerWebExchange exchange)LocaleContextLocaleContextResolver. resolveLocaleContext(ServerWebExchange exchange)Resolve the current locale context via the given exchange.Methods in org.springframework.web.server.i18n with parameters of type LocaleContext Modifier and Type Method Description voidAcceptHeaderLocaleContextResolver. setLocaleContext(ServerWebExchange exchange, LocaleContext locale)voidFixedLocaleContextResolver. setLocaleContext(ServerWebExchange exchange, LocaleContext localeContext)voidLocaleContextResolver. setLocaleContext(ServerWebExchange exchange, LocaleContext localeContext)Set the current locale context to the given one, potentially including a locale with associated time zone information.Uses of LocaleContext in org.springframework.web.servlet
Methods in org.springframework.web.servlet that return LocaleContext Modifier and Type Method Description protected LocaleContextDispatcherServlet. buildLocaleContext(HttpServletRequest request)Build a LocaleContext for the given request, exposing the request's primary locale as current locale.protected LocaleContextFrameworkServlet. buildLocaleContext(HttpServletRequest request)Build a LocaleContext for the given request, exposing the request's primary locale as current locale.LocaleContextLocaleContextResolver. resolveLocaleContext(HttpServletRequest request)Resolve the current locale context via the given request.Methods in org.springframework.web.servlet with parameters of type LocaleContext Modifier and Type Method Description voidLocaleContextResolver. setLocaleContext(HttpServletRequest request, HttpServletResponse response, LocaleContext localeContext)Set the current locale context to the given one, potentially including a locale with associated time zone information.Uses of LocaleContext in org.springframework.web.servlet.i18n
Methods in org.springframework.web.servlet.i18n that return LocaleContext Modifier and Type Method Description LocaleContextCookieLocaleResolver. resolveLocaleContext(HttpServletRequest request)LocaleContextFixedLocaleResolver. resolveLocaleContext(HttpServletRequest request)LocaleContextSessionLocaleResolver. resolveLocaleContext(HttpServletRequest request)Methods in org.springframework.web.servlet.i18n with parameters of type LocaleContext Modifier and Type Method Description voidCookieLocaleResolver. setLocaleContext(HttpServletRequest request, HttpServletResponse response, LocaleContext localeContext)voidFixedLocaleResolver. setLocaleContext(HttpServletRequest request, HttpServletResponse response, LocaleContext localeContext)voidSessionLocaleResolver. setLocaleContext(HttpServletRequest request, HttpServletResponse response, LocaleContext localeContext)