Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.adfnmc.java.util
Class PropertyResourceBundle

java.lang.Object
  extended by oracle.adfnmc.java.util.ResourceBundle
      extended by oracle.adfnmc.java.util.PropertyResourceBundle

public class PropertyResourceBundle
extends ResourceBundle

Implementation of PropertyResourceBundle for Blackberry.

Author:
PARACHAN

Field Summary
static java.lang.Class CLASS_INSTANCE
           
 
Fields inherited from class oracle.adfnmc.java.util.ResourceBundle
parent, PROPERTIES_FILE, XLIFF_FILE
 
Constructor Summary
protected PropertyResourceBundle(java.lang.String baseName, Locale locale, java.io.InputStream is)
          Sole constructor.
 
Method Summary
 java.util.Enumeration getKeys()
          Get an Enumeration of all the keys in this bundle and all of its parents.
 java.lang.Object getObject(java.lang.String key)
          Subclasses must override this to return the Object associated with the specified key
 
Methods inherited from class oracle.adfnmc.java.util.ResourceBundle
getBundle, getBundle, getLocale, getParent, getString, getStringArray
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_INSTANCE

public static final java.lang.Class CLASS_INSTANCE
Constructor Detail

PropertyResourceBundle

protected PropertyResourceBundle(java.lang.String baseName,
                                 Locale locale,
                                 java.io.InputStream is)
Sole constructor. Loads the properties from the InputStream and stores them as key-value pairs.

Parameters:
baseName -
locale -
is -
Method Detail

getObject

public java.lang.Object getObject(java.lang.String key)
Description copied from class: ResourceBundle
Subclasses must override this to return the Object associated with the specified key

Specified by:
getObject in class ResourceBundle
Returns:

getKeys

public java.util.Enumeration getKeys()
Get an Enumeration of all the keys in this bundle and all of its parents.

Specified by:
getKeys in class ResourceBundle

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.