| java.lang.Object clime.messadmin.providers.locale.JSTLProvider
FMT_FALLBACK_LOCALE | final public static String FMT_FALLBACK_LOCALE(Code) | | Name of configuration setting for fallback locale
|
FMT_LOCALE | final public static String FMT_LOCALE(Code) | | Name of configuration setting for application- (as opposed to browser-)
based preferred locale
|
JSTLProvider | public JSTLProvider()(Code) | | |
getPriority | public int getPriority()(Code) | | |
parseLocale | public static Locale parseLocale(String locale, String variant)(Code) | | Parses the given locale string into its language and (optionally)
country components, and returns the corresponding
java.util.Locale object.
If the given locale string is null or empty, null is returned.
Parameters: locale - the locale string to parse Parameters: variant - the variant java.util.Locale object corresponding to the givenlocale string, null if the locale string is null or empty throws: IllegalArgumentException - if the given locale does not have alanguage component or has an empty country component |
|
|