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 |
---|---|
void |
NlsMessageFormatter.visit(Visitor<String> staticTextVisitor,
Visitor<NlsArgument> dynamicArgumentVisitor)
Visits the child elements of this
NlsMessageFormatter . |
Modifier and Type | Method and Description |
---|---|
NlsArgument |
AbstractNlsFormatterManager.parse(CharSequenceScanner scanner) |
Modifier and Type | Method and Description |
---|---|
private void |
ResourceBundleConverter.convertArgument(NlsArgument nlsArgument,
StringBuilder buffer,
NlsMessageDescriptor messageDescriptor,
List<String> argumentList) |
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 . |
NlsArgument |
NlsFormatterChoice.Segment.getArgument() |
Modifier and Type | Method and Description |
---|---|
void |
NlsArgumentFormatterImpl.format(NlsArgument argument,
Locale locale,
Map<String,Object> arguments,
NlsTemplateResolver resolver,
Appendable buffer) |
Modifier and Type | Method and Description |
---|---|
void |
NlsMessageFormatterImpl.visit(Visitor<String> staticTextVisitor,
Visitor<NlsArgument> dynamicArgumentVisitor) |
Constructor and Description |
---|
PatternSegment(String prefix,
NlsArgument argument)
The constructor.
|
Segment(String literal,
NlsArgument argument)
The constructor.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.