|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of I18n in org.xnap.commons.i18n |
---|
Methods in org.xnap.commons.i18n that return I18n | |
---|---|
static I18n |
I18nFactory.getI18n(Class clazz)
Calls getI18n(clazz, Locale.getDefault()) . |
static I18n |
I18nFactory.getI18n(Class clazz,
Locale locale)
Calls getI18n(clazz, locale,
READ_PROPERTIES) . |
static I18n |
I18nFactory.getI18n(Class clazz,
Locale locale,
int flags)
Returns the I18n instance responsible for translating messages in the package specified by clazz . |
static I18n |
I18nFactory.getI18n(Class clazz,
String bundleName)
Calls getI18n(clazz, bundleName, Locale.getDefault()) . |
static I18n |
I18nFactory.getI18n(Class clazz,
String bundleName,
Locale locale)
Calls getI18n(clazz, bundleName, locale, DEFAULT) . |
static I18n |
I18nFactory.getI18n(Class clazz,
String bundleName,
Locale locale,
int flags)
Calls getI18n(getPackageName(clazz), bundleName, clazz.getClassLoader(), locale, DEFAULT) . |
static I18n |
I18nFactory.getI18n(String path,
String bundleName,
ClassLoader classLoader,
Locale locale,
int flags)
|
Methods in org.xnap.commons.i18n with parameters of type I18n | |
---|---|
void |
I18nManager.add(I18n i18n)
Adds i18n to the list of managed I18n
objects. |
void |
I18nManager.remove(I18n i18n)
Removes i18n from the list of managed I18n
objects. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |