| 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 | Interface and Description |
|---|---|
interface |
NlsMessage
This is the interface for an internationalized message.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNlsMessage
This is the abstract base implementation of
NlsMessage. |
class |
BasicNlsMessage
This is the abstract implementation of
NlsMessage with the basic features. |
class |
ComposedNlsMessage
This is an implementation of
NlsMessage for composing other objects or
messages. |
class |
NlsMessagePlain
This is a dummy implementation of
NlsMessage that only returns the message
given at construction and never has any arguments. |
| Modifier and Type | Class and Description |
|---|---|
class |
NlsMessageImpl
This is the implementation of
NlsMessage. |
Copyright © 2001–2019 mmm-Team. All rights reserved.