| 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.formatter |
Contains the implementation of formatters for the native language support (NLS).
|
| Modifier and Type | Method and Description |
|---|---|
NlsArgument |
NlsArgumentParser.parse(CharSequenceScanner scanner)
This method parses the
internationalized message given
as CharSequenceScanner pointing the beginning of an argument (immediately after
NlsArgumentParser.START_EXPRESSION). |
| Modifier and Type | Method and Description |
|---|---|
NlsArgument |
AbstractNlsFormatterManager.parse(CharSequenceScanner scanner)
This method parses the
internationalized message given
as CharSequenceScanner pointing the beginning of an argument (immediately after
NlsArgumentParser.START_EXPRESSION). |
| Modifier and Type | Field and Description |
|---|---|
private NlsArgument |
NlsMessageFormatterImpl.PatternSegment.argument |
private NlsArgument |
NlsFormatterChoice.Segment.argument
|
| Modifier and Type | Method and Description |
|---|---|
NlsArgument |
NlsMessageFormatterImpl.PatternSegment.getArgument()
This method gets the
NlsArgument. |
| Modifier and Type | Method and Description |
|---|---|
void |
NlsArgumentFormatterImpl.format(NlsArgument argument,
Locale locale,
Map<String,Object> arguments,
NlsTemplateResolver resolver,
Appendable buffer)
This method formats the given
object according to the given locale. |
| Constructor and Description |
|---|
PatternSegment(String prefix,
NlsArgument argument)
The constructor.
|
Segment(String literal,
NlsArgument argument)
The constructor.
|
Copyright © 2001–2015 mmm-Team. All rights reserved.