Generated by
JDiff

Package org.springframework.web.servlet.i18n

Added Classes
AbstractLocaleContextResolver Abstract base class for LocaleContextResolver implementations.
 

Changed Classes
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.
FixedLocaleResolver org.springframework.web.servlet.LocaleResolver implementation that always returns a fixed default locale and optionally time zone.
SessionLocaleResolver Implementation of LocaleResolver 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.