|
GWT 2.0.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gwt.i18n.server.GwtLocaleImpl
public class GwtLocaleImpl
Class representing GWT locales and conversion to/from other formats. These locales correspond to BCP47.
| Field Summary |
|---|
| Fields inherited from interface com.google.gwt.i18n.shared.GwtLocale |
|---|
DEFAULT_LOCALE |
| Method Summary | |
|---|---|
int |
compareTo(GwtLocale o)
The default comparison is a lexical ordering. |
boolean |
equals(java.lang.Object obj)
|
java.util.List<GwtLocale> |
getAliases()
Return the list of aliases for this locale. |
java.lang.String |
getAsString()
Return the locale as a fixed-format string suitable for use in searching for localized resources. |
GwtLocale |
getCanonicalForm()
Returns this locale in canonical form. |
java.util.List<GwtLocale> |
getCompleteSearchList()
Return the complete list of locales to search for the current locale. |
java.util.List<GwtLocale> |
getInheritanceChain()
Return a list of locales to search for, in order of preference. |
java.lang.String |
getLanguage()
|
java.lang.String |
getLanguageNotNull()
|
java.lang.String |
getRegion()
|
java.lang.String |
getRegionNotNull()
|
java.lang.String |
getScript()
|
java.lang.String |
getScriptNotNull()
|
java.lang.String |
getVariant()
|
java.lang.String |
getVariantNotNull()
|
int |
hashCode()
|
boolean |
inheritsFrom(GwtLocale parent)
Return true if this locale inherits from the specified locale. |
boolean |
isDefault()
|
java.lang.String |
toString()
|
boolean |
usesSameScript(GwtLocale other)
Checks if this locale uses the same script as another locale, taking into account default scripts. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public int compareTo(GwtLocale o)
GwtLocale
compareTo in interface GwtLocalecompareTo in interface java.lang.Comparable<GwtLocale>public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.util.List<GwtLocale> getAliases()
GwtLocale
getAliases in interface GwtLocalepublic java.lang.String getAsString()
GwtLocale
getAsString in interface GwtLocalepublic GwtLocale getCanonicalForm()
getCanonicalForm in interface GwtLocalepublic java.util.List<GwtLocale> getCompleteSearchList()
GwtLocale
getCompleteSearchList in interface GwtLocalepublic java.util.List<GwtLocale> getInheritanceChain()
getAliases() to expand those.
getInheritanceChain in interface GwtLocalepublic java.lang.String getLanguage()
getLanguage in interface GwtLocalepublic java.lang.String getLanguageNotNull()
getLanguageNotNull in interface GwtLocalepublic java.lang.String getRegion()
getRegion in interface GwtLocalepublic java.lang.String getRegionNotNull()
getRegionNotNull in interface GwtLocalepublic java.lang.String getScript()
getScript in interface GwtLocalepublic java.lang.String getScriptNotNull()
getScriptNotNull in interface GwtLocalepublic java.lang.String getVariant()
getVariant in interface GwtLocalepublic java.lang.String getVariantNotNull()
getVariantNotNull in interface GwtLocalepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean inheritsFrom(GwtLocale parent)
inheritsFrom in interface GwtLocaleparent - locale to test against
public boolean isDefault()
isDefault in interface GwtLocalepublic java.lang.String toString()
toString in interface GwtLocaletoString in class java.lang.Objectpublic boolean usesSameScript(GwtLocale other)
usesSameScript in interface GwtLocaleother -
|
GWT 2.0.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||