Uses of Interface
com.google.gwt.i18n.shared.GwtLocaleFactory
-
Packages that use GwtLocaleFactory Package Description com.google.gwt.i18n.rebind This package contains i18n generators.com.google.gwt.i18n.server This package contains server-side i18n classes and interfaces. -
-
Uses of GwtLocaleFactory in com.google.gwt.i18n.rebind
Methods in com.google.gwt.i18n.rebind that return GwtLocaleFactory Modifier and Type Method Description static GwtLocaleFactory
LocaleUtils. getLocaleFactory()
Get a shared GwtLocale factory so instances are cached between all uses. -
Uses of GwtLocaleFactory in com.google.gwt.i18n.server
Classes in com.google.gwt.i18n.server that implement GwtLocaleFactory Modifier and Type Class Description class
GwtLocaleFactoryImpl
Creates server-side GwtLocale instances.Constructors in com.google.gwt.i18n.server with parameters of type GwtLocaleFactory Constructor Description GwtLocaleImpl(GwtLocaleFactory factory, java.lang.String language, java.lang.String region, java.lang.String script, java.lang.String variant)
Must only be called from a factory to preserve instance caching.
-