public abstract class AbstractLocaleResolver extends Object implements LocaleResolver
LocaleResolver
implementations.
Provides support for a default locale.
setDefaultLocale(java.util.Locale)
Constructor and Description |
---|
AbstractLocaleResolver() |
Modifier and Type | Method and Description |
---|---|
protected Locale |
getDefaultLocale()
Get the default
Locale that this resolver is supposed to fall back
to, if any. |
void |
setDefaultLocale(Locale defaultLocale)
Set a default
Locale that this resolver will return if no other
locale is found. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
resolveLocale, setLocale