Package | Description |
---|---|
org.springframework.web.servlet.i18n |
Locale support classes for Spring's web MVC framework.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLocaleContextResolver
Abstract base class for
LocaleContextResolver implementations. |
class |
CookieLocaleResolver
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's Accept-Language header, or the default locale for the server. |
class |
FixedLocaleResolver
LocaleResolver implementation
that always returns a fixed default locale and optionally time zone. |
class |
SessionLocaleResolver
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's
Accept-Language header, or the default locale for the server. |