public interface IMessageLookup
| 限定符和类型 | 字段和说明 |
|---|---|
static char |
KEY_SEPARATOR
Defines a separator for a fully externalized message reference containing
a key on the LHS and a value on the RHS separated by the key separator.
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getMessageValue(java.lang.String sKey,
java.util.Locale lcl)
已过时。
use
getMessageValue(String, ULocale) instead. |
java.lang.String |
getMessageValue(java.lang.String sKey,
com.ibm.icu.util.ULocale lcl)
Retrieves an externalized text message value from a message base file
associated with the report design.
|
static final char KEY_SEPARATOR
java.lang.String getMessageValue(java.lang.String sKey,
java.util.Locale lcl)
getMessageValue(String, ULocale) instead.sKey - The key for which an externalized message is looked up.lcl - The locale for which an externalized message file is
retrieved.java.lang.String getMessageValue(java.lang.String sKey,
com.ibm.icu.util.ULocale lcl)
sKey - The key for which an externalized message is looked up.lcl - The locale for which an externalized message file is
retrieved.Copyright © 2005-2008 Actuate Corp. All rights reserved.