Uses of Class
org.springframework.web.servlet.i18n.AbstractLocaleResolver
Package
Description
Locale support classes for Spring's web MVC framework.
-
Uses of AbstractLocaleResolver in org.springframework.web.servlet.i18n
Modifier and TypeClassDescriptionclass
Abstract base class forLocaleContextResolver
implementations.class
LocaleResolver
implementation that looks for a match between locales in theAccept-Language
header and a list of configured supported locales.class
LocaleResolver
implementation that uses a cookie sent back to the user in case of a custom setting, with a fallback to the configured default locale, the request'sAccept-Language
header, or the default locale for the server.class
LocaleResolver
implementation that always returns a fixed default locale and optionally time zone.class
LocaleResolver
implementation that uses a locale attribute in the user's session in case of a custom setting, with a fallback to the configured default locale, the request'sAccept-Language
header, or the default locale for the server.