com.liferay.portal.kernel.util
Class LocaleThreadLocal

java.lang.Object
  extended by com.liferay.portal.kernel.util.LocaleThreadLocal

public class LocaleThreadLocal
extends java.lang.Object

Author:
Brian Wing Shun Chan

Constructor Summary
LocaleThreadLocal()
           
 
Method Summary
static java.util.Locale getDefaultLocale()
           
static java.util.Locale getThemeDisplayLocale()
           
static void setDefaultLocale(java.util.Locale locale)
           
static void setThemeDisplayLocale(java.util.Locale locale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocaleThreadLocal

public LocaleThreadLocal()
Method Detail

getDefaultLocale

public static java.util.Locale getDefaultLocale()

getThemeDisplayLocale

public static java.util.Locale getThemeDisplayLocale()

setDefaultLocale

public static void setDefaultLocale(java.util.Locale locale)

setThemeDisplayLocale

public static void setThemeDisplayLocale(java.util.Locale locale)