Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.jbo.common
Interface ResourceBundleDef

All Known Implementing Classes:
GenericResourceBundleDef, MessageBundleDef

public interface ResourceBundleDef


Method Summary
 ResourceBundle createResourceBundle(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(Locale locale)
          getMsgBundleKey returns the MsgBundleKey of this ResourceBundle
 java.lang.String getResourceBundleId()
           
 

Method Detail

createResourceBundle

ResourceBundle createResourceBundle(Locale locale)
createResourceBundle returns ResourceBundle based on the locale

Parameters:
locale - Locale

getMsgBundleKey

MsgBundleKey getMsgBundleKey(Locale locale)
getMsgBundleKey returns the MsgBundleKey of this ResourceBundle

Parameters:
locale - Locale

getDisplayName

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


getResourceBundleId

java.lang.String getResourceBundleId()

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.