Generated by
JDiff

Class org.springframework.web.servlet.i18n.SessionLocaleResolver

The superclass changed from org.springframework.web.servlet.i18n.AbstractLocaleResolver to org.springframework.web.servlet.i18n.AbstractLocaleContextResolver.

Added Methods
TimeZone determineDefaultTimeZone(HttpServletRequest) Determine the default time zone for the given request, Called if no TimeZone session attribute has been found.
LocaleContext resolveLocaleContext(HttpServletRequest)  
void setLocaleContext(HttpServletRequest, HttpServletResponse, LocaleContext)  
 

Changed Methods
void setLocale(HttpServletRequest, HttpServletResponse, Locale) Method was locally defined, but is now inherited from AbstractLocaleContextResolver.  
 

Added Fields
String TIME_ZONE_SESSION_ATTRIBUTE_NAME Name of the session attribute that holds the TimeZone.