Uses of Class
org.springframework.web.util.CookieGenerator
Packages that use CookieGenerator
Package
Description
Locale support classes for Spring's web MVC framework.
Theme support classes for Spring's web MVC framework.
-
Uses of CookieGenerator in org.springframework.web.servlet.i18n
Subclasses of CookieGenerator in org.springframework.web.servlet.i18nModifier and TypeClassDescriptionclass
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. -
Uses of CookieGenerator in org.springframework.web.servlet.theme
Subclasses of CookieGenerator in org.springframework.web.servlet.themeModifier and TypeClassDescriptionclass
ThemeResolver
implementation that uses a cookie sent back to the user in case of a custom setting, with a fallback to the default theme.