Package com.adobe.agl.impl
Class ResourceBundleWrapper
- java.lang.Object
-
- java.util.ResourceBundle
-
- com.adobe.agl.util.UResourceBundle
-
- com.adobe.agl.impl.ResourceBundleWrapper
-
public class ResourceBundleWrapper extends UResourceBundle
just a wrapper for Java ListResourceBundles and
-
-
Field Summary
-
Fields inherited from class com.adobe.agl.util.UResourceBundle
ARRAY, BINARY, INT, INT_VECTOR, NONE, STRING, TABLE
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UResourceBundlegetBundleInstance(java.lang.String baseName, java.lang.String localeID, java.lang.ClassLoader root, boolean disableFallback)java.util.EnumerationgetKeys()UResourceBundlegetParent()ULocalegetULocale()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
-
-
-
-
Method Detail
-
getKeys
public java.util.Enumeration getKeys()
- Specified by:
getKeysin classjava.util.ResourceBundle
-
getULocale
public ULocale getULocale()
Description copied from class:UResourceBundleReturns 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:
getULocalein classUResourceBundle- Returns:
- the locale of this resource bundle
-
getParent
public UResourceBundle getParent()
-
getBundleInstance
public static UResourceBundle getBundleInstance(java.lang.String baseName, java.lang.String localeID, java.lang.ClassLoader root, boolean disableFallback)
-
-