Uses of Interface
com.google.gwt.i18n.shared.GwtLocaleFactory
Package
Description
This package contains i18n generators.
This package contains server-side i18n classes and interfaces.
-
Uses of GwtLocaleFactory in com.google.gwt.i18n.rebind
Modifier and TypeMethodDescriptionstatic GwtLocaleFactory
LocaleUtils.getLocaleFactory()
Get a shared GwtLocale factory so instances are cached between all uses. -
Uses of GwtLocaleFactory in com.google.gwt.i18n.server
Modifier and TypeClassDescriptionclass
Creates server-side GwtLocale instances.ModifierConstructorDescription(package private)
GwtLocaleImpl
(GwtLocaleFactory factory, String language, String region, String script, String variant) Must only be called from a factory to preserve instance caching.