public class MessagesAncestor
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static java.util.HashMap |
chmReverseLookupMapMap |
| Constructor and Description |
|---|
MessagesAncestor() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getBaseString(java.util.ResourceBundle aResourceBundle,
java.lang.String astrKeyPrefix,
java.lang.String astrLocalizedString)
Given a key prefix and a localized value, return the corresponding base value.
|
protected static ReverseLookupMap |
getReverseLookupMap(java.util.ResourceBundle aResourceBundle,
java.lang.String astrKeyPrefix)
Return the reverse lookup map corresponding to the specified key
prefix.
|
static java.lang.String |
getString(java.util.ResourceBundle aResourceBundle,
java.lang.String astrKey)
Return the key value using the provided localized bundle.
|
public static java.lang.String getString(java.util.ResourceBundle aResourceBundle,
java.lang.String astrKey)
aResourceBundle - Resource bundle instance.astrKey - Property key.public static java.lang.String getBaseString(java.util.ResourceBundle aResourceBundle,
java.lang.String astrKeyPrefix,
java.lang.String astrLocalizedString)
aResourceBundle - Resource bundle instance.astrKeyPrefix - Bundle key prefix.astrLocalizedString - Localized string.protected static ReverseLookupMap getReverseLookupMap(java.util.ResourceBundle aResourceBundle, java.lang.String astrKeyPrefix)
aResourceBundle - ResourceBundle for caller-specified locale.astrKeyPrefix - Key prefix.ReverseLookupMap - New or existing reverse lookup map.Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.