| java.lang.Object | |
| ↳ | org.springframework.web.servlet.i18n.AbstractLocaleResolver | 
|  Known Direct Subclasses | 
Abstract base class for LocaleResolver implementations.
 Provides support for a default locale.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Set a default Locale that this resolver will return if no other locale found. | |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Return the default Locale that this resolver is supposed to fall back to, if any. | |||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  java.lang.Object | |||||||||||
|  From interface
  org.springframework.web.servlet.LocaleResolver | |||||||||||
Set a default Locale that this resolver will return if no other locale found.
Return the default Locale that this resolver is supposed to fall back to, if any.