| |
|
| java.lang.Object org.objectweb.celtix.common.i18n.BundleUtils
BundleUtils | final public class BundleUtils (Code) | | A container for static utility methods related to resource bundle
naming conventons.
|
getBundle | public static ResourceBundle getBundle(Class cls)(Code) | | Encapsulates the logic related to locating a resource bundle.
Parameters: cls - the Class requiring the bundle an appropriate ResourceBundle |
getBundleName | public static String getBundleName(Class cls)(Code) | | Encapsulates the logic related to naming a resource bundle.
Parameters: cls - the Class requiring the bundle an appropriate ResourceBundle name |
|
|
|