Class ResourceBundleWrapper


public class ResourceBundleWrapper extends UResourceBundle
just a wrapper for Java ListResourceBundles and
  • Method Details

    • getKeys

      public Enumeration getKeys()
      Specified by:
      getKeys in class ResourceBundle
    • getULocale

      public ULocale 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 class UResourceBundle
      Returns:
      the locale of this resource bundle
    • getParent

      public UResourceBundle getParent()
    • getBundleInstance

      public static UResourceBundle getBundleInstance(String baseName, String localeID, ClassLoader root, boolean disableFallback)