|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.i18n.rebind.LocaleUtils
public class LocaleUtils
Utility methods for dealing with locales.
Field Summary | |
---|---|
(package private) static java.lang.String |
PROP_LOCALE
The token representing the locale property controlling Localization. |
(package private) static java.lang.String |
PROP_LOCALE_COOKIE
The config property identifying the cookie name to possibly get the value of the locale property. |
(package private) static java.lang.String |
PROP_LOCALE_QUERY_PARAM
The config property identifying the URL query paramter name to possibly get the value of the locale property. |
(package private) static java.lang.String |
PROP_RUNTIME_LOCALES
The token representing the runtime.locales configuration property. |
Method Summary | |
---|---|
java.util.Set<GwtLocale> |
getAllCompileLocales()
Returns the set of all compile-time locales. |
java.util.Set<GwtLocale> |
getAllLocales()
Returns the set of all available locales, whether compile-time locales or runtime locales. |
GwtLocale |
getCompileLocale()
Returns the static compile-time locale for this permutation. |
java.lang.String |
getCookie()
Return the name of the cookie to potentially get the locale value from. |
static LocaleUtils |
getInstance(TreeLogger logger,
PropertyOracle propertyOracle,
GeneratorContext context)
Create a new LocaleUtils instance for the given PropertyOracle. |
static GwtLocaleFactory |
getLocaleFactory()
Get a shared GwtLocale factory so instances are cached between all uses. |
java.lang.String |
getQueryParam()
Return the name of the URL query param to potentially get the locale value from. |
java.util.Set<GwtLocale> |
getRuntimeLocales()
Returns a list of locales which are children of the current compile-time locale. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
static final java.lang.String PROP_LOCALE
static final java.lang.String PROP_LOCALE_QUERY_PARAM
static final java.lang.String PROP_LOCALE_COOKIE
static final java.lang.String PROP_RUNTIME_LOCALES
Method Detail |
---|
public static LocaleUtils getInstance(TreeLogger logger, PropertyOracle propertyOracle, GeneratorContext context)
logger
- propertyOracle
-
public static GwtLocaleFactory getLocaleFactory()
public java.util.Set<GwtLocale> getAllCompileLocales()
public java.util.Set<GwtLocale> getAllLocales()
public GwtLocale getCompileLocale()
public java.lang.String getCookie()
public java.lang.String getQueryParam()
public java.util.Set<GwtLocale> getRuntimeLocales()
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |