|
Celtix User APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.celtix.common.i18n.BundleUtils
public final class BundleUtils
A container for static utility methods related to resource bundle naming conventons.
Method Summary | |
---|---|
static ResourceBundle |
getBundle(Class cls)
Encapsulates the logic related to locating a resource bundle. |
static String |
getBundleName(Class cls)
Encapsulates the logic related to naming a resource bundle. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static String getBundleName(Class cls)
cls
- the Class requiring the bundle
public static ResourceBundle getBundle(Class cls)
cls
- the Class requiring the bundle
|
Celtix User APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |