public abstract class AbstractNlsDependencies extends AbstractLoggableComponent implements NlsDependencies
NlsDependencies.| Modifier and Type | Field and Description |
|---|---|
private static AbstractNlsDependencies |
instance |
CDI_NAME| Constructor and Description |
|---|
AbstractNlsDependencies()
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doInitialized()
This method is invoked at the end of the actual
initialization. |
static AbstractNlsDependencies |
getInstance() |
createLogger, doInitialize, getLoggergetInitializationState, initializeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetArgumentFormatter, getArgumentParser, getIso8601Util, getMessageFormatterFactoryprivate static AbstractNlsDependencies instance
getInstance()public static AbstractNlsDependencies getInstance()
protected void doInitialized()
initialization. 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–2015 mmm-Team. All rights reserved.