- getAliases() - Method in class org.gwtproject.i18n.processor.GwtLocaleImpl
-
- getAllAncestors(String) - Static method in class org.gwtproject.i18n.processor.RegionInheritance
-
Returns a set of all ancestors of a given region, including the region itself, in order of
inheritance (ie, this region first, top-most region last).
- getAllCompileLocales() - Method in class org.gwtproject.i18n.processor.LocaleUtils
-
Returns the set of all compile-time locales.
- getAllLocales() - Method in class org.gwtproject.i18n.processor.LocaleUtils
-
Returns the set of all available locales, whether compile-time locales or runtime locales.
- getAsString() - Method in class org.gwtproject.i18n.processor.GwtLocaleImpl
-
- getCanonicalForm() - Method in class org.gwtproject.i18n.processor.GwtLocaleImpl
-
Returns this locale in canonical form.
- getCompileLocale() - Method in class org.gwtproject.i18n.processor.LocaleUtils
-
Returns the static compile-time locale for this permutation.
- getCompleteSearchList() - Method in class org.gwtproject.i18n.processor.GwtLocaleImpl
-
- getConfigurationProperty(String) - Method in class org.gwtproject.ext.ConfigurationProperties
-
- getConfigurationProperty(String) - Method in interface org.gwtproject.ext.PropertyOracle
-
Attempts to get a named configuration property.
- getConfigurationProperty(String) - Method in class org.gwtproject.ext.PropertyOracleImpl
-
- getCookie() - Method in class org.gwtproject.i18n.processor.LocaleUtils
-
Return the name of the cookie to potentially get the locale value from.
- getCurrentValue() - Method in interface org.gwtproject.ext.SelectionProperty
-
The value for the permutation currently being considered.
- getCurrentValue() - Method in class org.gwtproject.ext.StandardSelectionProperty
-
- getDefault() - Method in class org.gwtproject.i18n.processor.GwtLocaleFactoryImpl
-
- getDefaultScript(String) - Static method in class org.gwtproject.i18n.processor.DefaultLanguageScripts
-
Returns the default script for a language, or null if none.
- getDefaultScript(String, String) - Static method in class org.gwtproject.i18n.processor.DefaultLanguageScripts
-
Returns the default script for a language/region combination, or null if none.
- getElements() - Method in class org.gwtproject.i18n.processor.ProcessorContext
-
- getFiler() - Method in class org.gwtproject.i18n.processor.ProcessorContext
-
- getImmediateParents(String) - Static method in class org.gwtproject.i18n.processor.RegionInheritance
-
Returns the set of immediate parents of a given region, not including this region.
- getInheritanceChain() - Method in class org.gwtproject.i18n.processor.GwtLocaleImpl
-
Return a list of locales to search for, in order of preference.
- getInstance(Messager, PropertyOracle, ProcessorContext) - Static method in class org.gwtproject.i18n.processor.LocaleUtils
-
Create a new LocaleUtils instance for the given PropertyOracle.
- getLanguage() - Method in class org.gwtproject.i18n.processor.GwtLocaleImpl
-
- getLanguageNotNull() - Method in class org.gwtproject.i18n.processor.GwtLocaleImpl
-
- getLocaleFactory() - Static method in class org.gwtproject.i18n.processor.LocaleUtils
-
Get a shared GwtLocale factory so instances are cached between all uses.
- getLocaleUtils(SelectionProperty, ConfigurationProperty, ConfigurationProperty, ConfigurationProperty) - Method in class org.gwtproject.i18n.processor.LocaleInfoContext
-
- getMessager() - Method in class org.gwtproject.i18n.processor.ProcessorContext
-
- getName() - Method in interface org.gwtproject.ext.ConfigurationProperty
-
The name of the property.
- getName() - Method in class org.gwtproject.ext.DefaultConfigurationProperty
-
- getName() - Method in interface org.gwtproject.ext.SelectionProperty
-
The name of the property.
- getName() - Method in class org.gwtproject.ext.StandardSelectionProperty
-
- getOptions() - Method in class org.gwtproject.i18n.processor.ProcessorContext
-
- getPossibleValues() - Method in interface org.gwtproject.ext.SelectionProperty
-
Returns the possible values for the property in sorted order.
- getPossibleValues() - Method in class org.gwtproject.ext.StandardSelectionProperty
-
- getQueryParam() - Method in class org.gwtproject.i18n.processor.LocaleUtils
-
Return the name of the URL query param to potentially get the locale value from.
- getRegion() - Method in class org.gwtproject.i18n.processor.GwtLocaleImpl
-
- getRegionNotNull() - Method in class org.gwtproject.i18n.processor.GwtLocaleImpl
-
- getRuntimeLocales() - Method in class org.gwtproject.i18n.processor.LocaleUtils
-
Returns a list of locales which are children of the current compile-time locale.
- getScript() - Method in class org.gwtproject.i18n.processor.GwtLocaleImpl
-
- getScriptNotNull() - Method in class org.gwtproject.i18n.processor.GwtLocaleImpl
-
- getSelectionProperty(Messager, String) - Method in interface org.gwtproject.ext.PropertyOracle
-
- getSelectionProperty(Messager, String) - Method in class org.gwtproject.ext.PropertyOracleImpl
-
- getTypes() - Method in class org.gwtproject.i18n.processor.ProcessorContext
-
- getValues() - Method in interface org.gwtproject.ext.ConfigurationProperty
-
The values for the permutation currently being considered.
- getValues() - Method in class org.gwtproject.ext.DefaultConfigurationProperty
-
- getVariant() - Method in class org.gwtproject.i18n.processor.GwtLocaleImpl
-
- getVariantNotNull() - Method in class org.gwtproject.i18n.processor.GwtLocaleImpl
-
- GwtLocaleFactoryImpl - Class in org.gwtproject.i18n.processor
-
Creates server-side GwtLocale instances.
- GwtLocaleFactoryImpl() - Constructor for class org.gwtproject.i18n.processor.GwtLocaleFactoryImpl
-
- GwtLocaleImpl - Class in org.gwtproject.i18n.processor
-
Class representing GWT locales and conversion to/from other formats.