|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mmm.util.component.base.AbstractComponent
net.sf.mmm.util.nls.impl.NlsDependenciesImpl
@Singleton @Named public class NlsDependenciesImpl
This is the implementation of the NlsDependencies interface.
| Field Summary | |
|---|---|
private NlsArgumentFormatter |
argumentFormatter
|
private NlsArgumentParser |
argumentParser
|
private Iso8601Util |
iso8601Util
|
private NlsMessageFormatterFactory |
messageFormatterFactory
|
| Constructor Summary | |
|---|---|
NlsDependenciesImpl()
The constructor. |
|
| Method Summary | |
|---|---|
protected void |
doInitialize()
This method performs the actual initialization. |
NlsArgumentFormatter |
getArgumentFormatter()
This method gets the NlsArgumentFormatter. |
NlsArgumentParser |
getArgumentParser()
This method gets the NlsArgumentParser. |
Iso8601Util |
getIso8601Util()
This method gets the Iso8601Util. |
NlsMessageFormatterFactory |
getMessageFormatterFactory()
This method gets the NlsMessageFormatterFactory. |
void |
setArgumentFormatter(NlsArgumentFormatter argumentFormatter)
|
void |
setArgumentParser(NlsArgumentParser argumentParser)
|
void |
setIso8601Util(Iso8601Util iso8601Util)
|
void |
setMessageFormatterFactory(NlsMessageFormatterFactory messageFormatterFactory)
|
| Methods inherited from class net.sf.mmm.util.component.base.AbstractComponent |
|---|
doInitialized, getInitializationState, initialize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private NlsArgumentParser argumentParser
getArgumentParser()private NlsArgumentFormatter argumentFormatter
getArgumentFormatter()private NlsMessageFormatterFactory messageFormatterFactory
getMessageFormatterFactory()private Iso8601Util iso8601Util
getIso8601Util()| Constructor Detail |
|---|
public NlsDependenciesImpl()
| Method Detail |
|---|
public NlsArgumentParser getArgumentParser()
NlsArgumentParser.
getArgumentParser in interface NlsDependenciesNlsArgumentParser.@Inject public void setArgumentParser(NlsArgumentParser argumentParser)
argumentParser - is the argumentParser to setpublic NlsArgumentFormatter getArgumentFormatter()
NlsArgumentFormatter.
getArgumentFormatter in interface NlsDependenciesNlsArgumentFormatter.@Inject public void setArgumentFormatter(NlsArgumentFormatter argumentFormatter)
argumentFormatter - is the argumentFormatter to setpublic NlsMessageFormatterFactory getMessageFormatterFactory()
NlsMessageFormatterFactory.
getMessageFormatterFactory in interface NlsDependenciesNlsMessageFormatterFactory.@Inject public void setMessageFormatterFactory(NlsMessageFormatterFactory messageFormatterFactory)
messageFormatterFactory - is the messageFormatterFactory to setpublic Iso8601Util getIso8601Util()
Iso8601Util.
getIso8601Util in interface NlsDependenciesIso8601Util.@Inject public void setIso8601Util(Iso8601Util iso8601Util)
iso8601Util - is the iso8601Util to setprotected void doInitialize()
initialization. It is
called when AbstractComponent.initialize() is invoked for the first time.super.AbstractComponent.doInitialize().
doInitialize in class AbstractComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||