Generated by
JDiff

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

Added Methods
boolean isLanguageTagCompliant() Return whether this resolver's cookies should be compliant with BCP 47 language tags instead of Java's legacy locale specification format.
Locale parseLocaleValue(String) Parse the given locale value coming from an incoming cookie.
void setLanguageTagCompliant(boolean) Specify whether this resolver's cookies should be compliant with BCP 47 language tags instead of Java's legacy locale specification format.
String toLocaleValue(Locale) Render the given locale as a text value for inclusion in a cookie.