GWT 2.7.0

Uses of Interface
com.google.gwt.i18n.shared.GwtLocaleFactory

Packages that use GwtLocaleFactory
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
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
 class GwtLocaleFactoryImpl
          Creates server-side GwtLocale instances.
 

Constructors in com.google.gwt.i18n.server with parameters of type GwtLocaleFactory
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.
 


GWT 2.7.0