Generated by
JDiff

Class org.springframework.web.servlet.i18n.CookieLocaleResolver

Removed interface org.springframework.web.servlet.LocaleResolver.
Added interface org.springframework.web.servlet.LocaleContextResolver.

Added Methods
TimeZone determineDefaultTimeZone(HttpServletRequest) Determine the default time zone for the given request, Called if no TimeZone cookie has been found.
TimeZone getDefaultTimeZone() Return the fixed TimeZone that this resolver will return if no cookie found, if any.
LocaleContext resolveLocaleContext(HttpServletRequest)  
void setDefaultTimeZone(TimeZone) Set a fixed TimeZone that this resolver will return if no cookie found.
void setLocaleContext(HttpServletRequest, HttpServletResponse, LocaleContext)  
 

Added Fields
String TIME_ZONE_REQUEST_ATTRIBUTE_NAME The name of the request attribute that holds the TimeZone.