Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.1.3)
E41664-01
- java.lang.Object
-
- oracle.javatools.resourcebundle.DefaultResourceKeyGenerator
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
createKeyNameFromText
public java.lang.String createKeyNameFromText(ResourceBundleWrapper bundle,
java.lang.String text)
Creates a key name for the given text on the bundle
. This
only suggests a key name and does NOT add the key to the
bundle.
- Specified by:
createKeyNameFromText
in interface ResourceBundleKeyGenerator
- Parameters:
bundle
- The Resource Bundle to receive the new key.text
- The translated text to be added
- Returns:
- the suggested name of the key.
- See Also:
ResourceBundleWrapper
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.1.3)
E41664-01
Copyright © 1997, 2014, Oracle. All rights reserved.