|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.wcm.rendering.util.BundleHandler
public final class BundleHandler
| Constructor Summary | |
|---|---|
BundleHandler(ResourceBundles defaultBundle,
IResourceContext context)
Deprecated. As of NetWeaver 7.1 |
|
| Method Summary | |
|---|---|
String |
getBaseBundleString(String baseName,
String key)
Deprecated. As of NetWeaver 7.1 |
String |
getBaseBundleString(String baseName,
String key,
Object obj)
Deprecated. As of NetWeaver 7.1 |
String |
getBaseBundleString(String baseName,
String key,
Object[] objs)
Deprecated. As of NetWeaver 7.1 |
String |
getBaseBundleString(String baseName,
String key,
Object obj1,
Object obj2)
Deprecated. As of NetWeaver 7.1 |
String |
getBundleString(String key)
Deprecated. As of NetWeaver 7.1 |
String |
getBundleString(String key,
Object obj)
Deprecated. As of NetWeaver 7.1 |
String |
getBundleString(String key,
Object[] objs)
Deprecated. As of NetWeaver 7.1 |
String |
getBundleString(String key,
Object obj1,
Object obj2)
Deprecated. As of NetWeaver 7.1 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BundleHandler(ResourceBundles defaultBundle,
IResourceContext context)
| Method Detail |
|---|
public String getBaseBundleString(String baseName,
String key,
Object[] objs)
throws MissingResourceException
baseName - base name of property file (null: current classname)key - A resource bundle key that must exist in either the optional or default bundle.objs - An object array containing objects to be replaced in the bundle (@see java.text.MessageFormat)
MissingResourceException - This is thrown if a key was not found in both resource files.
public String getBundleString(String key,
Object[] objs)
throws MissingResourceException
key - A resource bundle key that must exist in either the optional or default bundle.objs - An object array containing objects to be replaced in the bundle (@see java.text.MessageFormat)
MissingResourceException - This is thrown if a key was not found in both resource files.
public String getBaseBundleString(String baseName,
String key)
throws MissingResourceException
baseName - base name of property file (null: current classname)key - A resource bundle key that must exist in either the optional or default bundle.
MissingResourceException - This is thrown if a key was not found in both resource files.getBaseBundleString(String baseName, String key, Object[] objs)
public String getBundleString(String key)
throws MissingResourceException
key - A resource bundle key that must exist in either the optional or default bundle.
MissingResourceException - This is thrown if a key was not found in both resource files.getBaseBundleString(String baseName, String key, Object[] objs)
public String getBaseBundleString(String baseName,
String key,
Object obj)
throws MissingResourceException
baseName - base name of property file (null: current classname)key - A resource bundle key that must exist in either the optional or default bundle.obj - An object that will be replaced at each occurrence of "{1 [, MissingResourceException - This is thrown if a key was not found in both resource files.
public String getBundleString(String key,
Object obj)
throws MissingResourceException
key - A resource bundle key that must exist in either the optional or default bundle.obj - An object that will be replaced at each occurrence of "{1 [, MissingResourceException - This is thrown if a key was not found in both resource files.
public String getBaseBundleString(String baseName,
String key,
Object obj1,
Object obj2)
throws MissingResourceException
baseName - base name of property file (null: current classname)key - A resource bundle key that must exist in either the optional or default bundle.obj1 - An object that will be replaced at each occurrence of "{1 [, obj2 - An object that will be replaced at each occurrence of "{2 [, MissingResourceException - This is thrown if a key was not found in both resource files.
public String getBundleString(String key,
Object obj1,
Object obj2)
throws MissingResourceException
key - A resource bundle key that must exist in either the optional or default bundle.obj1 - An object that will be replaced at each occurrence of "{1 [, obj2 - An object that will be replaced at each occurrence of "{2 [, MissingResourceException - This is thrown if a key was not found in both resource files.| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com]
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||