Uses of Interface
com.helger.commons.locale.LocaleCache.IMissingLocaleHandler
-
Packages that use LocaleCache.IMissingLocaleHandler Package Description com.helger.commons.locale com.helger.commons.locale.country com.helger.commons.locale.language -
-
Uses of LocaleCache.IMissingLocaleHandler in com.helger.commons.locale
Methods in com.helger.commons.locale that return LocaleCache.IMissingLocaleHandler Modifier and Type Method Description LocaleCache.IMissingLocaleHandlerLocaleCache. getDefaultMissingLocaleHandler()Methods in com.helger.commons.locale with parameters of type LocaleCache.IMissingLocaleHandler Modifier and Type Method Description LocaleLocaleCache. getLocale(String sLanguage, String sCountry, String sVariant, LocaleCache.IMissingLocaleHandler aMissingHandler)Get theLocaleobject matching the given locale stringLocaleLocaleCache. getLocaleExt(String sLanguage, LocaleCache.IMissingLocaleHandler aMissingHandler)Get theLocaleobject matching the given language. -
Uses of LocaleCache.IMissingLocaleHandler in com.helger.commons.locale.country
Methods in com.helger.commons.locale.country with parameters of type LocaleCache.IMissingLocaleHandler Modifier and Type Method Description LocaleCountryCache. getCountryExt(String sCountry, LocaleCache.IMissingLocaleHandler aMissingHandler)Resolve the country from the provided string.
Note: this method may be invoked recursively, if the country code contains a locale separator char.LocaleCountryCache. getCountryExt(Locale aCountry, LocaleCache.IMissingLocaleHandler aMissingHandler)The normed country locale associated with the provided locale. -
Uses of LocaleCache.IMissingLocaleHandler in com.helger.commons.locale.language
Methods in com.helger.commons.locale.language with parameters of type LocaleCache.IMissingLocaleHandler Modifier and Type Method Description LocaleLanguageCache. getLanguageExt(String sLanguage, LocaleCache.IMissingLocaleHandler aMissingHandler)Resolve the language from the provided string.
Note: this method may be invoked recursively, if the language code contains a locale separator char.LocaleLanguageCache. getLanguageExt(Locale aLanguage, LocaleCache.IMissingLocaleHandler aMissingHandler)The normed language locale associated with the provided locale.
-