Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

oracle.apps.fnd.applcore.patterns.resource
Class ApplCoreBundle_de

java.lang.Object
  extended by java.util.ResourceBundle
      extended by java.util.ListResourceBundle
          extended by oracle.apps.fnd.applcore.patterns.resource.ApplCoreBundle_de

public class ApplCoreBundle_de
extends java.util.ListResourceBundle


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
ApplCoreBundle_de()
           
 
Method Summary
 java.lang.Object[][] getContents()
           
static java.lang.String getMLSString(java.util.Locale locale, java.lang.String key)
          Gets a string for the given key from this resource bundle when running in the JSF lefecycle.
static java.lang.String getMLSString(java.lang.String key)
          Gets a string for the given key from this resource bundle when running in the JSF lefecycle.
 
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

ApplCoreBundle_de

public ApplCoreBundle_de()
Method Detail

getContents

public java.lang.Object[][] getContents()
Specified by:
getContents in class java.util.ListResourceBundle

getMLSString

public static final java.lang.String getMLSString(java.lang.String key)
Gets a string for the given key from this resource bundle when running in the JSF lefecycle.

Parameters:
key - the key for the desired string
Returns:
the string for the given key
Throws:
java.lang.NullPointerException - if key is null
java.lang.ClassCastException - if the object found for the given key is not a string
See Also:
ResourceBundle.getString(java.lang.String)

getMLSString

public static final java.lang.String getMLSString(java.util.Locale locale,
                                                  java.lang.String key)
Gets a string for the given key from this resource bundle when running in the JSF lefecycle.

Parameters:
locale - locale to use.
key - the key for the desired string
Returns:
the string for the given key
Throws:
java.lang.NullPointerException - if key is null
java.lang.ClassCastException - if the object found for the given key is not a string
See Also:
ResourceBundle.getString(java.lang.String)

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.