Methods in org.apache.commons.i18n that throw MessageNotFoundException |
java.util.Map |
XMLMessageProvider.getEntries(java.lang.String id,
java.util.Locale locale)
|
java.util.Map |
MessageProvider.getEntries(java.lang.String id,
java.util.Locale locale)
|
static java.util.Map |
MessageManager.getEntries(java.lang.String id,
java.util.Locale locale)
Returns a map containing all available message entries for the given
locale. |
static java.util.Map |
MessageManager.getEntries(java.lang.String providerId,
java.lang.String id,
java.util.Locale locale)
Returns a map containing all available message entries for the given
locale. |
java.lang.String |
LocalizedBundle.getEntry(java.lang.String key,
java.util.Locale locale)
|
java.lang.String |
XMLMessageProvider.getText(java.lang.String id,
java.lang.String entry,
java.util.Locale locale)
|
java.lang.String |
ResourceBundleMessageProvider.getText(java.lang.String id,
java.lang.String entry,
java.util.Locale locale)
|
static java.lang.String |
MessageManager.getText(java.lang.String id,
java.lang.String entry,
java.lang.Object[] arguments,
java.util.Locale locale)
Iterates over all registered message providers in order to find the given
entry in the requested message bundle. |
static java.lang.String |
MessageManager.getText(java.lang.String providerId,
java.lang.String id,
java.lang.String entry,
java.lang.Object[] arguments,
java.util.Locale locale)
Tries to find the desired entry in the named message provider. |