Package com.google.gwt.i18n.rebind

This package contains i18n generators.

See:
          Description

Class Summary
AbstractLocalizableInterfaceCreator Abstract base functionality for MessagesInterfaceCreator and ConstantsInterfaceCreator.
AbstractResource AbstractResource serves the same purpose as java ResourceBundle/PropertyResourceBundle.
AbstractResource.ResourceList Encapsulates an ordered set of resources to search for translations.
AnnotationsResource AbstractResource implementation which looks up text annotations on classes.
AnnotationsResource.ArgumentInfo Class for argument information, used for export.
AnnotationUtil Utility class for i18n-related annotation manipulation routines.
ClearStaticData HACK: Allows clearing accumulated static state.
ConstantsInterfaceCreator Constants Interface creator.
CurrencyListGenerator Generator used to generate a localized version of CurrencyList, which contains the list of currencies (with names, symbols, and other information) localized to the current locale.
CustomDateTimeFormatGenerator Generator used to generate an implementation of a CustomDateTimeFormat interface, computing the best matching localized format patterns at compile time.
LocaleInfoGenerator Generator used to generate an implementation of the LocaleInfoImpl class, which is used by the LocaleInfo class.
LocaleUtils Utility methods for dealing with locales.
LocalizableGenerator Generator used to bind classes extending the Localizable and Constants interfaces.
MessageFormatParser Helper class for parsing MessageFormat-style format strings.
MessageFormatParser.ArgumentChunk Represents an argument in a template string.
MessageFormatParser.StringChunk Represents a literal string portion of a template string.
MessageFormatParser.TemplateChunk Represents a parsed chunk of a template.
MessagesInterfaceCreator Creates a MessagesInterface from a Resource file.
ResourceFactory Creates resources.
 

Exception Summary
AbstractResource.MissingResourceException Exception indicating a required resource was not found.
AnnotationsResource.AnnotationsError An exception indicating there was some problem with an annotation.
 

Package com.google.gwt.i18n.rebind Description

This package contains i18n generators. The class in this package are not meant to be used directly.