public interface NlsMessageLookup
NlsBundleWithLookup
Modifier and Type | Method and Description |
---|---|
NlsMessage |
getMessage(String key,
Map<String,Object> nlsArguments)
|
NlsMessage getMessage(String key, Map<String,Object> nlsArguments)
key
- is the method name
.nlsArguments
- are the arguments
. May be null
for no arguments.NlsMessage
or null
if no message exists for the given methodName
(no such
method exists).Copyright © 2001–2016 mmm-Team. All rights reserved.