GWT 2.1.1

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.
 


GWT 2.1.1