Liferay 6.2-ce-ga5

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 getSiteDefaultLocale()
           
static Locale getThemeDisplayLocale()
           
static void setDefaultLocale(Locale locale)
           
static void setSiteDefaultLocale(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()

getSiteDefaultLocale

public static Locale getSiteDefaultLocale()

getThemeDisplayLocale

public static Locale getThemeDisplayLocale()

setDefaultLocale

public static void setDefaultLocale(Locale locale)

setSiteDefaultLocale

public static void setSiteDefaultLocale(Locale locale)

setThemeDisplayLocale

public static void setThemeDisplayLocale(Locale locale)

Liferay 6.2-ce-ga5