@Named(value="net.sf.mmm.util.nls.api.NlsBundleFactory") @Singleton public class NlsBundleFactoryImpl extends AbstractNlsBundleFactory
NlsBundleFactory.AbstractNlsBundleFactory.NlsBundleInvocationHandler, AbstractNlsBundleFactory.NlsBundleMethodInfo| Modifier and Type | Field and Description |
|---|---|
private NlsMessageFactory |
messageFactory |
METHOD_NAME_LOOKUPCDI_NAME| Constructor and Description |
|---|
NlsBundleFactoryImpl()
The constructor.
|
NlsBundleFactoryImpl(ClassLoader classLoader)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doInitialized()
This method is invoked at the end of the actual
initialization. |
protected NlsMessageFactory |
getMessageFactory() |
void |
setMessageFactory(NlsMessageFactory messageFactory) |
createBundle, createHandler, getBundleOptionsdoInitialize, getInitializationState, initializeprivate NlsMessageFactory messageFactory
getMessageFactory()public NlsBundleFactoryImpl()
public NlsBundleFactoryImpl(ClassLoader classLoader)
classLoader - is the ClassLoader to use.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 AbstractComponentprotected NlsMessageFactory getMessageFactory()
getMessageFactory in class AbstractNlsBundleFactoryNlsMessageFactory.@Inject public void setMessageFactory(NlsMessageFactory messageFactory)
messageFactory - is the messageFactory to setCopyright © 2001–2015 mmm-Team. All rights reserved.