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).
|
net.sf.mmm.util.nls.impl.spring |
Modifier and Type | Method and Description |
---|---|
boolean |
NlsTemplate.translate(Locale locale,
Map<String,Object> arguments,
Appendable buffer,
NlsTemplateResolver resolver,
NlsDependencies nlsDependencies)
This method behaves like
NlsTemplate.translate(Locale) but additionally fills the given arguments into the
translated message writing into the given buffer . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNlsDependencies
This is the abstract base implementation of
NlsDependencies . |
Modifier and Type | Method and Description |
---|---|
protected NlsMessageFormatter |
AbstractNlsTemplate.createFormatter(String messageTemplate,
Locale locale,
NlsDependencies nlsDependencies)
|
boolean |
AbstractNlsTemplate.translate(Locale locale,
Map<String,Object> arguments,
Appendable buffer,
NlsTemplateResolver resolver,
NlsDependencies nlsDependencies) |
Modifier and Type | Class and Description |
---|---|
class |
NlsDependenciesImpl
This is the implementation of the
NlsDependencies interface. |
Modifier and Type | Field and Description |
---|---|
private NlsDependencies |
NlsMessageFormatterFactoryImpl.dependencies |
Modifier and Type | Method and Description |
---|---|
protected NlsDependencies |
NlsMessageFormatterFactoryImpl.getDependencies() |
Modifier and Type | Method and Description |
---|---|
void |
NlsMessageFormatterFactoryImpl.setDependencies(NlsDependencies nlsDependencies) |
Modifier and Type | Field and Description |
---|---|
private NlsDependencies |
NlsFormatterManagerImpl.nlsDependencies |
private NlsDependencies |
NlsFormatterChoice.nlsDependencies
The
NlsDependencies to use. |
private NlsDependencies |
NlsMessageFormatterImpl.nlsDependnecies
The
NlsDependencies to use. |
Modifier and Type | Method and Description |
---|---|
NlsDependencies |
NlsFormatterManagerImpl.getNlsDependencies() |
Modifier and Type | Method and Description |
---|---|
void |
NlsFormatterManagerImpl.setNlsDependencies(NlsDependencies nlsDependencies)
This method sets the
NlsDependencies to use. |
Constructor and Description |
---|
NlsFormatterChoice(CharSequenceScanner scanner,
NlsDependencies nlsDependencies)
The constructor.
|
NlsMessageFormatterImpl(String pattern,
NlsDependencies nlsDependencies)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
NlsDependencies |
UtilNlsSpringConfig.nlsDependencies() |
Copyright © 2001–2016 mmm-Team. All rights reserved.