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)
|
|