public class NlsMessageFactoryImpl extends AbstractNlsMessageFactoryImpl
NlsMessageFactory.| Constructor and Description |
|---|
NlsMessageFactoryImpl()
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
NlsMessage |
createDirect(String bundleName,
String key,
Map<String,Object> messageArguments)
This method creates a new instance of
NlsMessage from the given arguments. |
create, create, doInitializedcreate, create, create, create, create, create, create, create, create, create, create, create, createDirectcreateLogger, doInitialize, getLoggergetInitializationState, initializepublic NlsMessage createDirect(String bundleName, String key, Map<String,Object> messageArguments)
NlsMessageFactoryNlsMessage from the given arguments. NlsMessage. It should only be used for specific cases
where both NlsBundle and AbstractResourceBundle are NOT
suitable. Please read net.sf.mmm.util.nls.api as motivation and introduction.bundleName - is the base-name
of the bundle containing the message.key - is the key for the lookup. Will be used as
fallback for the internationalized message.messageArguments - are the arguments filled into the message
after nationalization.NlsMessage instance.Copyright © 2001–2016 mmm-Team. All rights reserved.