public abstract class AbstractNlsMessageFactoryImpl extends AbstractNlsMessageFactory
NlsMessageFactory.| Constructor and Description |
|---|
AbstractNlsMessageFactoryImpl()
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
NlsMessage |
create(NlsTemplate template,
Map<String,Object> messageArguments)
This method creates a new instance of
NlsMessage from the given arguments. |
NlsMessage |
create(String internationalizedMessage,
Map<String,Object> messageArguments)
This method creates a new instance of
NlsMessage from the given arguments. |
protected void |
doInitialized() |
create, create, create, create, create, create, create, create, create, create, create, create, createDirectdoInitialize, getInitializationState, initializeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateDirectpublic AbstractNlsMessageFactoryImpl()
public NlsMessage create(NlsTemplate template, Map<String,Object> messageArguments)
NlsMessageFactoryNlsMessage from the given arguments.template - is the NlsTemplate for the raw
message.messageArguments - are the arguments filled into the message
after nationalization.NlsMessage instance.public NlsMessage create(String internationalizedMessage, Map<String,Object> messageArguments)
NlsMessageFactoryNlsMessage from the given arguments.internationalizedMessage - is the internationalized
message.messageArguments - are the arguments filled into the message
after nationalization.NlsMessage instance.protected void doInitialized()
doInitialized in class AbstractComponentCopyright © 2001–2019 mmm-Team. All rights reserved.