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()
This method is invoked at the end of the actual
initialization. |
create, create, create, create, create, create, create, create, create, create, create, create, createDirectcreateLogger, doInitialize, getLoggergetInitializationState, 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()
AbstractComponentinitialization. It is called when
AbstractComponent.initialize() is invoked for the first time after AbstractComponent.doInitialize() is completed and
initialization-state has changed to initialized. super.AbstractComponent.doInitialized().doInitialized in class AbstractComponentCopyright © 2001–2016 mmm-Team. All rights reserved.