|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.ResourceBundle
com.sap.ip.me.api.services.MEResourceBundle
A resource bundle used for internationalization of JavaServer Pages. It does not throw a MissingResourceException if a key is not defined within the resource bundle.
Field Summary |
Fields inherited from class java.util.ResourceBundle |
parent |
Constructor Summary | |
MEResourceBundle()
Constructor. |
|
MEResourceBundle(java.lang.String resBundleName)
Constructor. |
|
MEResourceBundle(java.lang.String resBundleName,
java.util.Locale locale)
Constructor. |
|
MEResourceBundle(java.lang.String resBundleName,
java.util.Locale locale,
java.lang.ClassLoader classloader)
Constructor. |
Method Summary | |
java.util.Enumeration |
getKeys()
Retruns an enummeration of the keys. |
java.util.Locale |
getLocale()
Returns the preferred locale for internationalization. |
java.lang.String |
getResourceBundleName()
Returns the name of the resource bundle. |
java.lang.Object |
handleGetObject(java.lang.String key)
Get an object from the resource bundle. |
java.lang.String |
toString()
Returns a human readable representation of this object. |
Methods inherited from class java.util.ResourceBundle |
getBundle, getBundle, getBundle, getObject, getString, getStringArray, setParent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MEResourceBundle(java.lang.String resBundleName)
resBundleName
- The full qualified name of the resource bundle.public MEResourceBundle(java.lang.String resBundleName, java.util.Locale locale)
resBundleName
- The full qualified name of the resource bundle.locale
- The preferred locale to use for internationalization.public MEResourceBundle(java.lang.String resBundleName, java.util.Locale locale, java.lang.ClassLoader classloader)
resBundleName
- The full qualified name of the resource bundle.locale
- The preferred locale to use for internationalization.classloader
- The classloader that should be used.public MEResourceBundle()
Method Detail |
public java.util.Locale getLocale()
public java.lang.String getResourceBundleName()
public java.lang.Object handleGetObject(java.lang.String key)
key
- Description of the Parameter
public java.util.Enumeration getKeys()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |