Package cronapi.i18n
Class AppMessages
- java.lang.Object
-
- cronapi.i18n.AppMessages
-
public class AppMessages extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static LocaleDEFAUL_LOCALEstatic ThreadLocal<ResourceBundle>RESOURCE_BUNDLE
-
Constructor Summary
Constructors Constructor Description AppMessages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringformat(String pattern, Object... arguments)static ResourceBundlegetBundle(Locale locale)static LocalegetLocale()static StringgetString(String key)static voidremove()static voidset(Locale locale)
-
-
-
Field Detail
-
DEFAUL_LOCALE
public static final Locale DEFAUL_LOCALE
-
RESOURCE_BUNDLE
public static final ThreadLocal<ResourceBundle> RESOURCE_BUNDLE
-
-
Method Detail
-
set
public static void set(Locale locale)
-
remove
public static void remove()
-
getBundle
public static ResourceBundle getBundle(Locale locale)
-
getLocale
public static Locale getLocale()
-
-