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, doInitialized
create, create, create, create, create, create, create, create, create, create, create, create, createDirect
createLogger, doInitialize, getLogger
getInitializationState, initialize
public NlsMessage createDirect(String bundleName, String key, Map<String,Object> messageArguments)
NlsMessageFactory
NlsMessage
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.