Uses of Interface
org.springframework.web.servlet.LocaleResolver
Packages that use LocaleResolver
Package
Description
Support for testing Spring MVC applications via
 
WebTestClient
 with MockMvc for server request
 handling.Contains built-in 
MockMvcBuilder implementations.Provides servlets that integrate with the application context
 infrastructure, and the core interfaces and classes for the
 Spring web MVC framework.
Annotation-based setup for Spring MVC.
Locale support classes for Spring's web MVC framework.
Support classes for Spring's web MVC framework.
- 
Uses of LocaleResolver in org.springframework.test.web.servlet.clientMethods in org.springframework.test.web.servlet.client with parameters of type LocaleResolverModifier and TypeMethodDescriptionMockMvcWebTestClient.ControllerSpec.localeResolver(LocaleResolver localeResolver) Provide the LocaleResolver to use.
- 
Uses of LocaleResolver in org.springframework.test.web.servlet.setupMethods in org.springframework.test.web.servlet.setup with parameters of type LocaleResolverModifier and TypeMethodDescriptionStandaloneMockMvcBuilder.setLocaleResolver(LocaleResolver localeResolver) Provide a LocaleResolver instance.
- 
Uses of LocaleResolver in org.springframework.web.servletSubinterfaces of LocaleResolver in org.springframework.web.servletModifier and TypeInterfaceDescriptioninterfaceExtension ofLocaleResolver, adding support for a rich locale context (potentially including locale and time zone information).
- 
Uses of LocaleResolver in org.springframework.web.servlet.config.annotationMethods in org.springframework.web.servlet.config.annotation that return LocaleResolver
- 
Uses of LocaleResolver in org.springframework.web.servlet.i18nClasses in org.springframework.web.servlet.i18n that implement LocaleResolverModifier and TypeClassDescriptionclassAbstract base class forLocaleContextResolverimplementations.classAbstract base class forLocaleResolverimplementations.classLocaleResolverimplementation 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).classLocaleResolverimplementation that uses a cookie sent back to the user in case of a custom setting, with a fallback to the specified default locale or the request's accept-header locale.classLocaleResolverimplementation that always returns a fixed default locale and optionally time zone.classLocaleResolverimplementation that uses a locale attribute in the user's session in case of a custom setting, with a fallback to the specified default locale or the request's accept-header locale.
- 
Uses of LocaleResolver in org.springframework.web.servlet.supportMethods in org.springframework.web.servlet.support that return LocaleResolverModifier and TypeMethodDescriptionstatic LocaleResolverRequestContextUtils.getLocaleResolver(HttpServletRequest request) Return the LocaleResolver that has been bound to the request by the DispatcherServlet.