Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
B
C
D
G
I
S
B
buildObjectArray(Object, Object, Object)
- Method in class com.x1seven.hydrogen.i18n.
I18nUtil
Helper method to build an Object array containing three objects.
buildObjectArray(Object, Object, Object, Object)
- Method in class com.x1seven.hydrogen.i18n.
I18nUtil
Helper method to build an Object array containing four objects.
buildObjectArray(Object, Object, Object, Object, Object)
- Method in class com.x1seven.hydrogen.i18n.
I18nUtil
Helper method to build an Object array containing five objects.
C
com.x1seven.hydrogen.i18n
- package com.x1seven.hydrogen.i18n
D
DEFAULT_RESOURCE_BUNDLE_NAME
- Static variable in class com.x1seven.hydrogen.i18n.
I18nUtil
This is the ResourceBundle name to use if none is specified.
G
getBundleName()
- Method in class com.x1seven.hydrogen.i18n.
I18nUtil
Returns the name of the ResourceBundle that this I18nUtil object has been set to use.
getClassLoader()
- Method in class com.x1seven.hydrogen.i18n.
I18nUtil
Returns the ClassLoader that this I18nUtil object is using to retrieve resources.
getLocale()
- Method in class com.x1seven.hydrogen.i18n.
I18nUtil
Returns the locale that this I18nUtil object has been set to use.
getString(String)
- Method in class com.x1seven.hydrogen.i18n.
I18nUtil
Retrieves the string identified by the supplied key from this I18nUtil's ResourceBundle.
getString(String, Object)
- Method in class com.x1seven.hydrogen.i18n.
I18nUtil
Retrieves the string identified by the supplied key from this I18nUtil's ResourceBundle with the supplied values substituted in.
getString(String, Object, Object)
- Method in class com.x1seven.hydrogen.i18n.
I18nUtil
Retrieves the string identified by the supplied key from this I18nUtil's ResourceBundle with the supplied values substituted in.
getString(String, Object, Object, Object)
- Method in class com.x1seven.hydrogen.i18n.
I18nUtil
Retrieves the string identified by the supplied key from this I18nUtil's ResourceBundle with the supplied values substituted in.
getString(String, Object, Object, Object, Object)
- Method in class com.x1seven.hydrogen.i18n.
I18nUtil
Retrieves the string identified by the supplied key from this I18nUtil's ResourceBundle with the supplied values substituted in.
getString(String, Object, Object, Object, Object, Object)
- Method in class com.x1seven.hydrogen.i18n.
I18nUtil
Retrieves the string identified by the supplied key from this I18nUtil's ResourceBundle with the supplied values substituted in.
getString(String, Object[])
- Method in class com.x1seven.hydrogen.i18n.
I18nUtil
Retrieves the string identified by the supplied key from this I18nUtil's ResourceBundle with the supplied values substituted in.
I
I18nUtil
- Class in
com.x1seven.hydrogen.i18n
Helper for working with Java ResourceBundles, and for applying value substitution to Strings retrieved from a bundle.
I18nUtil(Class)
- Constructor for class com.x1seven.hydrogen.i18n.
I18nUtil
Creates a new I18nUtil object for the default resource bundle name within the same package as the supplied class.
I18nUtil(Class, ClassLoader)
- Constructor for class com.x1seven.hydrogen.i18n.
I18nUtil
Creates a new I18nUtil object for the default resource bundle name within the same package as the supplied class, and using the supplied ClassLoader.
I18nUtil(Class, String)
- Constructor for class com.x1seven.hydrogen.i18n.
I18nUtil
Creates a new I18nUtil object for the supplied bundle name and in the same package as the supplied class.
I18nUtil(Package)
- Constructor for class com.x1seven.hydrogen.i18n.
I18nUtil
Creates a new I18nUtil object with the default bundle name and in the same package as the supplied class.
I18nUtil(Package, String)
- Constructor for class com.x1seven.hydrogen.i18n.
I18nUtil
Creates a new I18nUtil object with for the supplied bundle name and in the supplied package.
I18nUtil(String)
- Constructor for class com.x1seven.hydrogen.i18n.
I18nUtil
Creates a new I18nUtil object for the named ResourceBundle.
I18nUtil(String, ClassLoader)
- Constructor for class com.x1seven.hydrogen.i18n.
I18nUtil
Creates a new I18nUtil object for the named ResourceBundle and the supplied ClassLoader.
I18nUtil(String, Locale)
- Constructor for class com.x1seven.hydrogen.i18n.
I18nUtil
Creates a new I18nUtil object for the named ResourceBundle and supplied Locale.
S
setBundleName(String)
- Method in class com.x1seven.hydrogen.i18n.
I18nUtil
Sets the name of the ResourceBundle that this I18nUtil object should use.
setClassLoader(ClassLoader)
- Method in class com.x1seven.hydrogen.i18n.
I18nUtil
Sets the ClassLoader that this I18nUtil object will use to retrieve resources.
setLocale(Locale)
- Method in class com.x1seven.hydrogen.i18n.
I18nUtil
Sets the locale that this I18nUtil object should use.
B
C
D
G
I
S
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes