Index
All Classes and Interfaces|All Packages|Constant Field Values
R 
- resolveText(Optional<ResourceBundle>, E) - Static method in class org.tquadrat.foundation.i18n.I18nUtil
-
Returns the Text for the given
enum
value. - resolveText(Optional<ResourceBundle>, String, String, Object...) - Static method in class org.tquadrat.foundation.i18n.I18nUtil
-
Returns the Text for the given key, or the alternative text.
- resolveText(Optional<ResourceBundle>, Optional<String>, Optional<String>, Object...) - Static method in class org.tquadrat.foundation.i18n.I18nUtil
-
Returns the Text for the given key, or the alternative text.
- retrieveMessage(ResourceBundle, String, boolean, Object...) - Static method in class org.tquadrat.foundation.i18n.I18nUtil
-
The internal implementation for
I18nUtil.retrieveMessage(ResourceBundle, String, int, boolean, Object...)
andI18nUtil.retrieveMessage(ResourceBundle, String, String, boolean, Object...)
. - retrieveMessage(ResourceBundle, String, int, boolean, Object...) - Static method in class org.tquadrat.foundation.i18n.I18nUtil
-
Retrieves the message with the given key from the given resource bundle and applies the given arguments to it.
- retrieveMessage(ResourceBundle, String, String, boolean, Object...) - Static method in class org.tquadrat.foundation.i18n.I18nUtil
-
Retrieves the message with the given key from the given resource bundle and applies the given arguments to it.
- retrieveText(ResourceBundle, E) - Static method in class org.tquadrat.foundation.i18n.I18nUtil
-
Retrieves the text for the given
enum
value from the given resource bundle. - retrieveText(ResourceBundle, String, Object...) - Static method in class org.tquadrat.foundation.i18n.I18nUtil
-
Retrieves the text with the given key from the given resource bundle and applies the given arguments to it.
All Classes and Interfaces|All Packages|Constant Field Values