Frames | No Frames |
Methods with parameter type org.xnap.commons.i18n.I18n | |
void | Adds i18n to the list of managed I18n objects. |
void | Removes i18n from the list of managed I18n
objects. |
Methods with return type org.xnap.commons.i18n.I18n | |
I18n | I18nFactory.getI18n(Class clazz) |
I18n | I18nFactory.getI18n(Class clazz, String baseName) Returns the I18n instance responsible for translating messages in
the package specified by clazz . |