Package com.adobe.agl.impl
Class ResourceBundleWrapper
java.lang.Object
java.util.ResourceBundle
com.adobe.agl.util.UResourceBundle
com.adobe.agl.impl.ResourceBundleWrapper
just a wrapper for Java ListResourceBundles and
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.ResourceBundle
ResourceBundle.Control
-
Field Summary
Fields inherited from class com.adobe.agl.util.UResourceBundle
ARRAY, BINARY, INT, INT_VECTOR, NONE, STRING, TABLE
-
Method Summary
Modifier and TypeMethodDescriptionstatic UResourceBundle
getBundleInstance
(String baseName, String localeID, ClassLoader root, boolean disableFallback) getKeys()
Returns the RFC 3066 conformant locale id of this resource bundle.Methods inherited from class com.adobe.agl.util.UResourceBundle
get, getBinary, getBinary, getBundleInstance, getBundleInstance, getBundleInstance, getBundleInstance, getBundleInstance, getBundleInstance, getBundleInstance, getBundleInstance, getInt, getIntVector, getKey, getLocale, getSize, getString, getStringArray, getUInt, getVersion
Methods inherited from class java.util.ResourceBundle
clearCache, clearCache, containsKey, getBaseBundleName, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getObject, getString, getStringArray, keySet
-
Method Details
-
getKeys
- Specified by:
getKeys
in classResourceBundle
-
getULocale
Description copied from class:UResourceBundle
Returns the RFC 3066 conformant locale id of this resource bundle. This method can be used after a call to getBundleInstance() to determine whether the resource bundle returned really corresponds to the requested locale or is a fallback.- Specified by:
getULocale
in classUResourceBundle
- Returns:
- the locale of this resource bundle
-
getParent
-
getBundleInstance
public static UResourceBundle getBundleInstance(String baseName, String localeID, ClassLoader root, boolean disableFallback)
-