Package org.gwtproject.i18n.processor
Class LocaleInfoContext
java.lang.Object
org.gwtproject.i18n.processor.LocaleInfoContext
public class LocaleInfoContext
extends java.lang.Object
A LocaleUtils specific context for caching.
-
Constructor Summary
Constructors Constructor Description LocaleInfoContext() -
Method Summary
Modifier and Type Method Description LocaleUtilsgetLocaleUtils(SelectionProperty localeProperty, ConfigurationProperty runtimeLocaleProperty, ConfigurationProperty queryParamProp, ConfigurationProperty cookieProp)voidputLocaleUtils(SelectionProperty localeProperty, ConfigurationProperty runtimeLocaleProperty, ConfigurationProperty queryParamProp, ConfigurationProperty cookieProp, LocaleUtils localeUtils)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
LocaleInfoContext
public LocaleInfoContext()
-
-
Method Details
-
getLocaleUtils
public LocaleUtils getLocaleUtils(SelectionProperty localeProperty, ConfigurationProperty runtimeLocaleProperty, ConfigurationProperty queryParamProp, ConfigurationProperty cookieProp) -
putLocaleUtils
public void putLocaleUtils(SelectionProperty localeProperty, ConfigurationProperty runtimeLocaleProperty, ConfigurationProperty queryParamProp, ConfigurationProperty cookieProp, LocaleUtils localeUtils)
-