| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
NlsBundleWithLookup
|
| Modifier and Type | Class and Description |
|---|---|
class |
NlsMessageLookupNone
This is a dummy implementation of
NlsMessageLookup that will always return null. |
class |
NlsMessageLookupProxy
This class combines multiple instances of
NlsMessageLookup to a single instance. |
| Modifier and Type | Field and Description |
|---|---|
private NlsMessageLookup[] |
NlsMessageLookupProxy.delegates |
| Constructor and Description |
|---|
NlsMessageLookupProxy(NlsMessageLookup... delegates)
The constructor.
|
Copyright © 2001–2019 mmm-Team. All rights reserved.