Package org.apache.myfaces.tobago.util
Class LocaleUtils
- java.lang.Object
-
- org.apache.myfaces.tobago.util.LocaleUtils
-
public final class LocaleUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Locale
createLocale(String value)
static List<Locale>
getLocaleList(Locale locale)
Deprecated.since 1.5static List<String>
getLocaleSuffixList(Locale locale)
Returns a list of strings, which are used as suffix for resources from resource manager.
-
-
-
Method Detail
-
getLocaleList
@Deprecated public static List<Locale> getLocaleList(Locale locale)
Deprecated.since 1.5
-
-