Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.dt.patterns.resource
Class MetadataResources

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.patterns.resource.MetadataResources

public final class MetadataResources
extends java.lang.Object

Provides access to translated strings in metadata resource bundle.


Method Summary
static java.lang.String getTranslatedString(java.lang.String key)
          Get a translated String with key "key" from the Resource Bundle.
static java.lang.String getTranslatedString(java.lang.String key, java.lang.Object token1)
          Get a translated String with key "key" from the Resource Bundle.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTranslatedString

public static final java.lang.String getTranslatedString(java.lang.String key)
Get a translated String with key "key" from the Resource Bundle.

Parameters:
key - key for message
Returns:
translated String for key

getTranslatedString

public static final java.lang.String getTranslatedString(java.lang.String key,
                                                         java.lang.Object token1)
Get a translated String with key "key" from the Resource Bundle.

Parameters:
key - key for message
token1 - token to replace
Returns:
translated String for key

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.