org.apache.tapestry5.ioc.internal.services
Class ThreadLocaleImpl
java.lang.Object
org.apache.tapestry5.ioc.internal.services.ThreadLocaleImpl
- All Implemented Interfaces:
- ThreadLocale
@Scope(value="perthread")
public class ThreadLocaleImpl
- extends Object
- implements ThreadLocale
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThreadLocaleImpl
public ThreadLocaleImpl()
getLocale
public Locale getLocale()
- Description copied from interface:
ThreadLocale
- Returns the thread's locale, which will be the JVM's default locale, until
ThreadLocale.setLocale(Locale)
is
invoked.
- Specified by:
getLocale
in interface ThreadLocale
- Returns:
- the thread's locale
setLocale
public void setLocale(Locale locale)
- Description copied from interface:
ThreadLocale
- Updates the locale for the current thread.
- Specified by:
setLocale
in interface ThreadLocale
- Parameters:
locale
- the new locale (may not be null)
Copyright © 2003-2012 The Apache Software Foundation.