|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.util.resource.ResourceBundleFactory
Supported API: true
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private static String |
RESOURCE
|
Constructor Summary | |
ResourceBundleFactory()
|
Method Summary | |
static void |
clearCache()
Supported API: false |
static boolean |
clearCache(String basename)
Supported API: false |
abstract ResourceBundle |
getBundle(String basename)
Supported API: true |
abstract ResourceBundle |
getBundle(String basename,
Locale locale)
Supported API: true |
static ResourceBundle |
getBundle(String resource_type,
String basename)
Supported API: true |
static ResourceBundle |
getBundle(String resource_type,
String basename,
Locale locale)
Supported API: true |
static ResourceBundleFactory |
getFactory(String resource_type)
Supported API: true |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
Constructor Detail |
public ResourceBundleFactory()
Method Detail |
public static void clearCache()
public static boolean clearCache(String basename)
basename
-
public static ResourceBundleFactory getFactory(String resource_type)
resource_type
-
public static ResourceBundle getBundle(String resource_type, String basename)
resource_type
- basename
-
public static ResourceBundle getBundle(String resource_type, String basename, Locale locale)
resource_type
- basename
- locale
-
public abstract ResourceBundle getBundle(String basename)
basename
-
public abstract ResourceBundle getBundle(String basename, Locale locale)
basename
- locale
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |