Uses of Interface
com.google.gwt.i18n.shared.GwtLocale
Package
Description
This package contains i18n generators.
This package contains server-side i18n classes and interfaces.
This package contains i18n classes and interfaces shared between client and
server.
-
Uses of GwtLocale in com.google.gwt.core.server
Modifier and TypeMethodDescriptionstatic GwtLocale
ServerGwtBridge.getLocale
(ServerGwtBridge.Properties properties) -
Uses of GwtLocale in com.google.gwt.i18n.rebind
Modifier and TypeMethodDescriptionLocaleUtils.getCompileLocale()
Returns the static compile-time locale for this permutation.Modifier and TypeMethodDescriptionLocaleUtils.getAllCompileLocales()
Returns the set of all compile-time locales.LocaleUtils.getAllLocales()
Returns the set of all available locales, whether compile-time locales or runtime locales.LocaleUtils.getRuntimeLocales()
Returns a list of locales which are children of the current compile-time locale. -
Uses of GwtLocale in com.google.gwt.i18n.server
Modifier and TypeClassDescriptionclass
Class representing GWT locales and conversion to/from other formats.Modifier and TypeMethodDescriptionGwtLocaleFactoryImpl.fromComponents
(String language, String script, String region, String variant) GwtLocaleFactoryImpl.fromString
(String localeName) GwtLocaleImpl.getCanonicalForm()
Returns this locale in canonical form.GwtLocaleFactoryImpl.getDefault()
Modifier and TypeMethodDescriptionGwtLocaleImpl.getAliases()
GwtLocaleImpl.getCompleteSearchList()
GwtLocaleImpl.getInheritanceChain()
Return a list of locales to search for, in order of preference.Modifier and TypeMethodDescriptionint
boolean
GwtLocaleImpl.inheritsFrom
(GwtLocale parent) Return true if this locale inherits from the specified locale.boolean
GwtLocaleImpl.usesSameScript
(GwtLocale other) Checks if this locale uses the same script as another locale, taking into account default scripts.