Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.5.0)

E10653-06


oracle.jbo.common
Class JboPropertiesResourceBundle

java.lang.Object
  extended by java.util.ResourceBundle
      extended by java.util.ListResourceBundle
          extended by oracle.jbo.common.CheckedListResourceBundle
              extended by oracle.jbo.common.JboPropertiesResourceBundle


public class JboPropertiesResourceBundle
extends CheckedListResourceBundle

A helper class to aid with keeping our NLSable resources consistent.


Nested Class Summary

 

Nested classes/interfaces inherited from class java.util.ResourceBundle
java.util.ResourceBundle.Control

 

Field Summary

 

Fields inherited from class java.util.ResourceBundle
parent

 

Constructor Summary
JboPropertiesResourceBundle()
           
JboPropertiesResourceBundle(java.lang.String propFile, java.util.Locale locale)
           

 

Method Summary
 java.lang.Object[][] getContents()
          Returns the 2-D array containing key-value pairs.
 java.lang.String getPropertiesFileName()
           

 

Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject, handleKeySet

 

Methods inherited from class java.util.ResourceBundle
clearCache, clearCache, containsKey, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, keySet, setParent

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

JboPropertiesResourceBundle

public JboPropertiesResourceBundle()

JboPropertiesResourceBundle

public JboPropertiesResourceBundle(java.lang.String propFile,
                                   java.util.Locale locale)

Method Detail

getContents

public java.lang.Object[][] getContents()
Description copied from class: CheckedListResourceBundle
Returns the 2-D array containing key-value pairs. Note: this method is protected in the superclass
Specified by:
getContents in class CheckedListResourceBundle
Returns:
an array of key-value pairs.

getPropertiesFileName

public java.lang.String getPropertiesFileName()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.5.0)

E10653-06


Copyright © 1997, 2011, Oracle. All rights reserved.