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

E17503-02

oracle.adfnmc.java.util
Class XliffResourceBundle

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

public class XliffResourceBundle
extends ResourceBundle


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 XliffResourceBundle(java.lang.String baseName, Locale locale, java.io.InputStream is)
          Sole constructor.
 
Method Summary
 java.util.Enumeration getKeys()
           
 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

XliffResourceBundle

protected XliffResourceBundle(java.lang.String baseName,
                              Locale locale,
                              java.io.InputStream is)
Sole constructor. Loads the xlf from the InputStream and stores the properties 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()
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.