|
SAP NetWeaver 7.30 (SP05) KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.netweaver.bc.rf.util.resource.ResourceBundles
public class ResourceBundles
A helper class to load resource bundles.
| Method Summary | |
|---|---|
boolean |
exists(String key)
TBD: Description of the Method. |
boolean |
exists(String key,
Locale locale)
TBD: Description of the Method. |
static ResourceBundles |
getBundle(String baseName)
Get the bundle attribute of the ResourceBundles class. |
String |
getString(String key)
Get the string attribute of the ResourceBundles object. |
String |
getString(String key,
Locale locale)
Get the string attribute of the ResourceBundles object. |
String |
getString(String key,
Locale locale,
Object obj)
Get the string attribute of the ResourceBundles object. |
String |
getString(String key,
Locale locale,
Object[] objs)
Get the string attribute of the ResourceBundles object. |
String |
getString(String key,
Locale locale,
Object obj1,
Object obj2)
Get the string attribute of the ResourceBundles object. |
String |
getString(String key,
Object obj)
Get the string attribute of the ResourceBundles object. |
String |
getString(String key,
Object[] objs)
Get the string attribute of the ResourceBundles object. |
String |
getString(String key,
Object obj1,
Object obj2)
Get the string attribute of the ResourceBundles object. |
static void |
registerClassLoader(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 String getString(String key,
Locale locale,
Object[] objs)
throws MissingResourceException
key - TBD: Description of the incoming method parameterlocale - TBD: Description of the incoming method parameterobjs - TBD: Description of the incoming method parameter
MissingResourceException - Exception raised in failure situation
public String getString(String key,
Object[] objs)
throws MissingResourceException
key - TBD: Description of the incoming method parameterobjs - TBD: Description of the incoming method parameter
MissingResourceException - Exception raised in failure situation
public String getString(String key,
Object obj)
throws MissingResourceException
key - TBD: Description of the incoming method parameterobj - TBD: Description of the incoming method parameter
MissingResourceException - Exception raised in failure situation
public String getString(String key,
Object obj1,
Object obj2)
throws MissingResourceException
key - TBD: Description of the incoming method parameterobj1 - TBD: Description of the incoming method parameterobj2 - TBD: Description of the incoming method parameter
MissingResourceException - Exception raised in failure situation
public String getString(String key,
Locale locale)
throws MissingResourceException
key - TBD: Description of the incoming method parameterlocale - TBD: Description of the incoming method parameter
MissingResourceException - Exception raised in failure situation
public String getString(String key,
Locale locale,
Object obj)
throws MissingResourceException
key - TBD: Description of the incoming method parameterlocale - TBD: Description of the incoming method parameterobj - TBD: Description of the incoming method parameter
MissingResourceException - Exception raised in failure situation
public String getString(String key,
Locale locale,
Object obj1,
Object obj2)
throws 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 parameter
MissingResourceException - Exception raised in failure situation
public String getString(String key)
throws MissingResourceException
key - TBD: Description of the incoming method parameter
MissingResourceException - Exception raised in failure situation
public boolean exists(String key,
Locale locale)
key - TBD: Description of the incoming method parameterlocale - TBD: Description of the incoming method parameter
public boolean exists(String key)
key - TBD: Description of the incoming method parameter
public static void registerClassLoader(ClassLoader cl)
cl - TBD: Description of the incoming method parameterpublic static ResourceBundles getBundle(String baseName)
baseName - TBD: Description of the incoming method parameter
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
|
SAP NetWeaver 7.30 (SP05) KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||