public interface ThreadLocale
Registry.cleanupThread()
is
invoked.Modifier and Type | Method and Description |
---|---|
Locale |
getLocale()
Returns the thread's locale, which will be the JVM's default locale, until
setLocale(Locale) is
invoked. |
void |
setLocale(Locale locale)
Updates the locale for the current thread.
|
void setLocale(Locale locale)
locale
- the new locale (may not be null)Locale getLocale()
setLocale(Locale)
is
invoked.${project.version} - Copyright © 2003-2015 The Apache Software Foundation.