public interface ResourceBundleDef
extends java.io.Serializable
| Modifier and Type | Method and Description | 
|---|---|
java.util.ResourceBundle | 
createResourceBundle(java.util.Locale locale)
createResourceBundle returns ResourceBundle based on the locale 
 | 
java.lang.String | 
getDisplayName()
getDisplayName can be used to return the name of the ResourceBundleClass as String if any class is used
 this is used in StringManager.getGeneralExceptionString for displaying proper error message 
 | 
MsgBundleKey | 
getMsgBundleKey(java.util.Locale locale)
getMsgBundleKey returns the MsgBundleKey of this ResourceBundle 
 | 
java.lang.String | 
getResourceBundleId()  | 
java.util.ResourceBundle createResourceBundle(java.util.Locale locale)
locale - LocaleMsgBundleKey getMsgBundleKey(java.util.Locale locale)
locale - Localejava.lang.String getDisplayName()
java.lang.String getResourceBundleId()