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 |
Provides the GWT compatible implementations for this package.
|
net.sf.mmm.util.nls.impl.formatter |
Contains the implementation of formatters for the native language support (NLS).
|
Modifier and Type | Field and Description |
---|---|
private NlsFormatterPlugin<?> |
NlsArgument.formatter |
Modifier and Type | Method and Description |
---|---|
NlsFormatterPlugin<?> |
NlsArgument.getFormatter()
Is the formatter used to format the
argument . |
NlsFormatterPlugin<?> |
NlsFormatterManager.getFormatter(String formatType,
String formatStyle)
|
Constructor and Description |
---|
NlsArgument(String key,
NlsFormatterPlugin<?> formatter,
Justification justification)
The constructor.
|
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 | Field and Description |
---|---|
private Map<String,Map<String,NlsFormatterPlugin<?>>> |
NlsFormatterMap.builders |
Modifier and Type | Method and Description |
---|---|
NlsFormatterPlugin<Object> |
AbstractNlsFormatterManager.getFormatter() |
NlsFormatterPlugin<?> |
AbstractNlsFormatterManager.getFormatter(String formatType) |
NlsFormatterPlugin<?> |
NlsFormatterMap.getFormatter(String formatType,
String formatStyle) |
NlsFormatterPlugin<?> |
MappedNlsFormatterManager.getFormatter(String formatType,
String formatStyle) |
protected NlsFormatterPlugin<?> |
AbstractNlsFormatterManager.getSubFormatter(String formatType,
CharSequenceScanner scanner)
This method is like
NlsFormatterManager.getFormatter(String, String) but reads the
style from the given scanner. |
protected NlsFormatterPlugin<Object> |
MappedNlsFormatterManager.getSubFormatter(String formatType,
String subformat)
|
Modifier and Type | Method and Description |
---|---|
private String |
ResourceBundleConverter.convertArgumentFormatter(NlsFormatterPlugin<?> formatter,
String arg) |
NlsFormatter<?> |
NlsFormatterMap.registerFormatter(NlsFormatterPlugin<?> formatter)
This method registers the given
formatBuilder . |
NlsFormatter<?> |
NlsFormatterMap.registerFormatter(NlsFormatterPlugin<?> formatter,
String formatType,
String formatStyle)
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 . |
Modifier and Type | Method and Description |
---|---|
protected NlsFormatterPlugin<?> |
NlsFormatterManagerImpl.getSubFormatter(String formatType,
CharSequenceScanner scanner) |
protected NlsFormatterPlugin<Object> |
NlsFormatterManagerImpl.getSubFormatter(String formatType,
String subformat) |
Copyright © 2001–2016 mmm-Team. All rights reserved.