| Package | Description |
|---|---|
| net.sf.mmm.util.nls.api |
Provides the API for the native language support (NLS).
|
| net.sf.mmm.util.nls.base |
Contains the basis for implementations of the native language support (NLS) API.
|
| net.sf.mmm.util.nls.impl.spring |
| Modifier and Type | Field and Description |
|---|---|
private static NlsMessageFactory |
NlsAccess.factory |
| Modifier and Type | Method and Description |
|---|---|
static NlsMessageFactory |
NlsAccess.getFactory()
This method gets the
NlsMessageFactory used to create instances of
NlsMessage. |
| Modifier and Type | Method and Description |
|---|---|
static void |
NlsAccess.setFactory(NlsMessageFactory factory)
This method sets (overrides) the
NlsMessageFactory. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNlsMessageFactory
This is the implementation of the
NlsMessageFactory interface. |
class |
AbstractNlsMessageFactoryImpl
This is the abstract but almost complete implementation of
NlsMessageFactory. |
class |
NlsMessageFactoryImpl
This is the implementation of
NlsMessageFactory. |
| Modifier and Type | Field and Description |
|---|---|
private NlsMessageFactory |
NlsCachingLocalizer.messageFactory
The
NlsMessageFactory instance. |
private NlsMessageFactory |
AbstractNlsBundleFactory.messageFactory |
| Modifier and Type | Method and Description |
|---|---|
protected NlsMessageFactory |
AbstractNlsBundleFactory.getMessageFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractNlsBundleFactory.setMessageFactory(NlsMessageFactory messageFactory) |
| Constructor and Description |
|---|
NlsCachingLocalizer(String bundleName,
NlsMessageFactory messageFactory,
NlsTemplateResolver templateResolver)
The constructor.
|
NlsCachingLocalizer(String bundleName,
NlsMessageFactory messageFactory,
NlsTemplateResolver templateResolver,
Map<String,NlsMessage> messagesMap,
Map<String,NlsTemplate> templatesMap)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
NlsMessageFactory |
UtilNlsSpringConfig.nlsMessageFactory() |
Copyright © 2001–2019 mmm-Team. All rights reserved.