| 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 |
Contains the implementation for the native language support (NLS).
|
| 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 instance)
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. |
| Modifier and Type | Method and Description |
|---|---|
protected NlsMessageFactory |
AbstractNlsBundleFactory.getMessageFactory() |
| Constructor and Description |
|---|
NlsCachingLocalizer(String bundleName,
NlsMessageFactory messageFactory,
NlsTemplateResolver templateResolver)
The constructor.
|
NlsCachingLocalizer(String bundleName,
NlsMessageFactory messageFactory,
NlsTemplateResolver templateResolver,
MapFactory<? extends Map> mapFactory)
The constructor.
|
| Modifier and Type | Field and Description |
|---|---|
private NlsMessageFactory |
NlsBundleFactoryImpl.messageFactory |
| Modifier and Type | Method and Description |
|---|---|
protected NlsMessageFactory |
NlsBundleFactoryImpl.getMessageFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
NlsBundleFactoryImpl.setMessageFactory(NlsMessageFactory messageFactory) |
Copyright © 2001–2015 mmm-Team. All rights reserved.