Uses of Interface
org.springframework.web.server.i18n.LocaleContextResolver
Package
Description
Spring WebFlux configuration infrastructure.
Provides the types that make up Spring's functional web framework for Reactive environments.
Implementations to adapt to the underlying
org.springframework.http.client.reactive
reactive HTTP adapter
and HttpHandler
.Locale related support classes.
-
Uses of LocaleContextResolver in org.springframework.web.reactive.config
Modifier and TypeMethodDescriptionprotected LocaleContextResolver
WebFluxConfigurationSupport.createLocaleContextResolver()
Override to plug a subclass ofLocaleContextResolver
.WebFluxConfigurationSupport.localeContextResolver()
-
Uses of LocaleContextResolver in org.springframework.web.reactive.function.server
Modifier and TypeMethodDescriptionHandlerStrategies.localeContextResolver()
Return theLocaleContextResolver
to be used for resolving locale context.Modifier and TypeMethodDescriptionHandlerStrategies.Builder.localeContextResolver
(LocaleContextResolver localeContextResolver) Add the given locale context resolver to this builder. -
Uses of LocaleContextResolver in org.springframework.web.server.adapter
Modifier and TypeMethodDescriptionHttpWebHandlerAdapter.getLocaleContextResolver()
Return the configuredLocaleContextResolver
.Modifier and TypeMethodDescriptionWebHttpHandlerBuilder.localeContextResolver
(LocaleContextResolver localeContextResolver) Configure theLocaleContextResolver
to set on theWebServerExchange
.void
HttpWebHandlerAdapter.setLocaleContextResolver
(LocaleContextResolver resolver) Configure a customLocaleContextResolver
.ModifierConstructorDescriptionDefaultServerWebExchange
(ServerHttpRequest request, ServerHttpResponse response, WebSessionManager sessionManager, ServerCodecConfigurer codecConfigurer, LocaleContextResolver localeContextResolver) -
Uses of LocaleContextResolver in org.springframework.web.server.i18n
Modifier and TypeClassDescriptionclass
LocaleContextResolver
implementation that simply uses the primary locale specified in the "Accept-Language" header of the HTTP request (that is, the locale sent by the client browser, normally that of the client's OS).class
LocaleContextResolver
implementation that always returns a fixed locale and optionally time zone.