Package | Description |
---|---|
org.springframework.web.servlet.i18n |
Locale support classes for Spring's web MVC framework.
|
org.springframework.web.servlet.theme |
Theme support classes for Spring's web MVC framework.
|
Modifier and Type | Class and Description |
---|---|
class |
CookieLocaleResolver
LocaleResolver implementation 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. |
Modifier and Type | Class and Description |
---|---|
class |
CookieThemeResolver
ThemeResolver implementation that uses a cookie sent back to the user
in case of a custom setting, with a fallback to the default theme. |