|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.abstractics.utils.ResourceBundleUtils
Contains static methods to deal with getting values/replacing values using ResourceBundles
Constructor Summary | |
ResourceBundleUtils()
|
Method Summary | |
static java.lang.Object |
getValue(java.lang.String str,
java.util.ResourceBundle bundle)
Given a String as a parameter, this method replaces $R{} values in the String with values from the ResourceBundle given. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ResourceBundleUtils()
Method Detail |
public static java.lang.Object getValue(java.lang.String str, java.util.ResourceBundle bundle)
str
- bundle
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |