|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sap.netweaver.bc.rf.util.resource.ResourceBundles
A helper class to load resource bundles.
| Method Summary | |
boolean |
exists(java.lang.String key)
TBD: Description of the Method. |
boolean |
exists(java.lang.String key,
java.util.Locale locale)
TBD: Description of the Method. |
static ResourceBundles |
getBundle(java.lang.String baseName)
Get the bundle attribute of the ResourceBundles class. |
java.lang.String |
getString(java.lang.String key)
Get the string attribute of the ResourceBundles object. |
java.lang.String |
getString(java.lang.String key,
java.util.Locale locale)
Get the string attribute of the ResourceBundles object. |
java.lang.String |
getString(java.lang.String key,
java.util.Locale locale,
java.lang.Object obj)
Get the string attribute of the ResourceBundles object. |
java.lang.String |
getString(java.lang.String key,
java.util.Locale locale,
java.lang.Object[] objs)
Get the string attribute of the ResourceBundles object. |
java.lang.String |
getString(java.lang.String key,
java.util.Locale locale,
java.lang.Object obj1,
java.lang.Object obj2)
Get the string attribute of the ResourceBundles object. |
java.lang.String |
getString(java.lang.String key,
java.lang.Object obj)
Get the string attribute of the ResourceBundles object. |
java.lang.String |
getString(java.lang.String key,
java.lang.Object[] objs)
Get the string attribute of the ResourceBundles object. |
java.lang.String |
getString(java.lang.String key,
java.lang.Object obj1,
java.lang.Object obj2)
Get the string attribute of the ResourceBundles object. |
static void |
registerClassLoader(java.lang.ClassLoader cl)
TBD: Description of the Method. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public java.lang.String getString(java.lang.String key,
java.util.Locale locale,
java.lang.Object[] objs)
throws java.util.MissingResourceException
key - TBD: Description of the incoming method parameterlocale - TBD: Description of the incoming method parameterobjs - TBD: Description of the incoming method parameterjava.util.MissingResourceException - Exception raised in failure situation
public java.lang.String getString(java.lang.String key,
java.lang.Object[] objs)
throws java.util.MissingResourceException
key - TBD: Description of the incoming method parameterobjs - TBD: Description of the incoming method parameterjava.util.MissingResourceException - Exception raised in failure situation
public java.lang.String getString(java.lang.String key,
java.lang.Object obj)
throws java.util.MissingResourceException
key - TBD: Description of the incoming method parameterobj - TBD: Description of the incoming method parameterjava.util.MissingResourceException - Exception raised in failure situation
public java.lang.String getString(java.lang.String key,
java.lang.Object obj1,
java.lang.Object obj2)
throws java.util.MissingResourceException
key - TBD: Description of the incoming method parameterobj1 - TBD: Description of the incoming method parameterobj2 - TBD: Description of the incoming method parameterjava.util.MissingResourceException - Exception raised in failure situation
public java.lang.String getString(java.lang.String key,
java.util.Locale locale)
throws java.util.MissingResourceException
key - TBD: Description of the incoming method parameterlocale - TBD: Description of the incoming method parameterjava.util.MissingResourceException - Exception raised in failure situation
public java.lang.String getString(java.lang.String key,
java.util.Locale locale,
java.lang.Object obj)
throws java.util.MissingResourceException
key - TBD: Description of the incoming method parameterlocale - TBD: Description of the incoming method parameterobj - TBD: Description of the incoming method parameterjava.util.MissingResourceException - Exception raised in failure situation
public java.lang.String getString(java.lang.String key,
java.util.Locale locale,
java.lang.Object obj1,
java.lang.Object obj2)
throws java.util.MissingResourceException
key - TBD: Description of the incoming method parameterlocale - TBD: Description of the incoming method parameterobj1 - TBD: Description of the incoming method parameterobj2 - TBD: Description of the incoming method parameterjava.util.MissingResourceException - Exception raised in failure situation
public java.lang.String getString(java.lang.String key)
throws java.util.MissingResourceException
key - TBD: Description of the incoming method parameterjava.util.MissingResourceException - Exception raised in failure situation
public boolean exists(java.lang.String key,
java.util.Locale locale)
key - TBD: Description of the incoming method parameterlocale - TBD: Description of the incoming method parameterpublic boolean exists(java.lang.String key)
key - TBD: Description of the incoming method parameterpublic static void registerClassLoader(java.lang.ClassLoader cl)
cl - TBD: Description of the incoming method parameterpublic static ResourceBundles getBundle(java.lang.String baseName)
baseName - TBD: Description of the incoming method parameter
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||