|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.i18n.rebind.LocaleUtils
public class LocaleUtils
Utility methods for dealing with locales.
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 |
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.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |