| Package | Description |
|---|---|
| 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).
|
| net.sf.mmm.util.nls.impl.formatter |
Contains the implementation of formatters for the native language support (NLS).
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNlsFormatterPlugin<O>
T import net.sf.mmm.util.nls.api.NlsTemplateResolver; his is the abstract base-implementation of an
NlsFormatter that is no NlsMessageFormatter
but a sub-formatter for a
specific type and style. |
class |
SimpleNlsFormatter<O>
This is an abstract base implementation of
NlsFormatter based on
Formatter. |
| Modifier and Type | Method and Description |
|---|---|
NlsFormatter<?> |
NlsFormatterMap.registerFormatter(NlsFormatterPlugin<?> formatter)
This method registers the given
formatBuilder. |
| Modifier and Type | Field and Description |
|---|---|
private List<? extends NlsFormatterPlugin<?>> |
ConfiguredNlsFormatterMap.formatters |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfiguredNlsFormatterMap.setFormatters(List<? extends NlsFormatterPlugin<?>> formatters)
This method allows to inject the
formatters to
register. |
Copyright © 2001–2015 mmm-Team. All rights reserved.