|
|||||||||
| 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
public class 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()
getLocale in class java.util.ResourceBundlepublic java.lang.String getResourceBundleName()
public java.lang.Object handleGetObject(java.lang.String key)
handleGetObject in class java.util.ResourceBundlekey - Description of the Parameter
public java.util.Enumeration getKeys()
getKeys in class java.util.ResourceBundlepublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||