|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ThreadLocale
Stores the locale for the current thread. This value persists until Registry.cleanupThread()
is
invoked.
Method Summary | |
---|---|
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. |
Method Detail |
---|
void setLocale(Locale locale)
locale
- the new locale (may not be null)Locale getLocale()
setLocale(Locale)
is
invoked.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |