com.sap.portal.admin.wizard
Interface IResourceBundleProvider
- public interface IResourceBundleProvider
IResourceBundleProvider provides the resource bundle for the object's default
strings, to avoid duplication of common object strings (e.g. for iView: iView Name, iView ID etc).
|
Method Summary |
java.util.ResourceBundle |
getResourceBundle(java.util.Locale locale)
Gets the correct bundle according to the object type. |
getResourceBundle
public java.util.ResourceBundle getResourceBundle(java.util.Locale locale)
- Gets the correct bundle according to the object type. The wizard context is needed to
get the type according to the registered handler, and the locale.
- Parameters:
locale - - Returns:
- resource bundle instance containing the strings.