Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.util
Class LocaleThreadLocal

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

public class LocaleThreadLocal
extends Object


Constructor Summary
LocaleThreadLocal()
           
 
Method Summary
static Locale getDefaultLocale()
           
static Locale getThemeDisplayLocale()
           
static void setDefaultLocale(Locale locale)
           
static void setThemeDisplayLocale(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 Locale getDefaultLocale()

getThemeDisplayLocale

public static Locale getThemeDisplayLocale()

setDefaultLocale

public static void setDefaultLocale(Locale locale)

setThemeDisplayLocale

public static void setThemeDisplayLocale(Locale locale)

Liferay 6.1.2-ce-ga3