|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.wcm.util.resource.ResourceBundles
A helper class to load resource bundles.
| Method Summary | |
boolean |
exists(String key)
|
boolean |
exists(String key,
Locale locale)
|
static ResourceBundles |
getBundle(String baseName)
|
String |
getString(String key)
|
String |
getString(String key,
Locale locale)
|
String |
getString(String key,
Locale locale,
Object obj)
|
String |
getString(String key,
Locale locale,
Object[] objs)
|
String |
getString(String key,
Locale locale,
Object obj1,
Object obj2)
|
String |
getString(String key,
Object obj)
|
String |
getString(String key,
Object[] objs)
|
String |
getString(String key,
Object obj1,
Object obj2)
|
static void |
invalidate()
Invalidates the cached resource bundles |
static void |
registerClassLoader(ClassLoader cl)
Deprectated. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static void invalidate()
public String getString(String key,
Locale locale,
Object[] objs)
throws MissingResourceException
MissingResourceException
public String getString(String key,
Object[] objs)
throws MissingResourceException
MissingResourceException
public String getString(String key,
Object obj)
throws MissingResourceException
MissingResourceException
public String getString(String key,
Object obj1,
Object obj2)
throws MissingResourceException
MissingResourceException
public String getString(String key,
Locale locale)
throws MissingResourceException
MissingResourceException
public String getString(String key,
Locale locale,
Object obj)
throws MissingResourceException
MissingResourceException
public String getString(String key,
Locale locale,
Object obj1,
Object obj2)
throws MissingResourceException
MissingResourceException
public String getString(String key)
throws MissingResourceException
MissingResourceException
public boolean exists(String key,
Locale locale)
public boolean exists(String key)
public static void registerClassLoader(ClassLoader cl)
cl - public static ResourceBundles getBundle(String baseName)
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||