public class NlsMessageFormatterFactoryImpl extends AbstractComponent implements NlsMessageFormatterFactory
NlsMessageFormatterFactory.| Modifier and Type | Field and Description |
|---|---|
private NlsDependencies |
dependencies |
| Constructor and Description |
|---|
NlsMessageFormatterFactoryImpl()
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
NlsMessageFormatter |
create(String message)
This method creates a new
NlsMessageFormatter for the given message. |
protected void |
doInitialize() |
protected NlsDependencies |
getDependencies() |
void |
setDependencies(NlsDependencies nlsDependencies) |
doInitialized, getInitializationState, initializeprivate NlsDependencies dependencies
public NlsMessageFormatterFactoryImpl()
public NlsMessageFormatter create(String message)
NlsMessageFormatterFactoryNlsMessageFormatter for the given message. message is described in NlsMessage.create in interface NlsMessageFormatterFactorymessage - is the template for the message where potential
arguments will be filled in.NlsMessageFormatter for the given message.protected NlsDependencies getDependencies()
NlsDependencies.@Inject public void setDependencies(NlsDependencies nlsDependencies)
nlsDependencies - is the nlsDependencies to setprotected void doInitialize()
doInitialize in class AbstractComponentCopyright © 2001–2019 mmm-Team. All rights reserved.