Package | Description |
---|---|
net.sf.mmm.util.cli.base |
Contains the base-implementation of utilities that help to build command-line-interfaces (CLI).
|
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.spring |
Modifier and Type | Field and Description |
---|---|
private NlsMessageFactory |
AbstractCliParserBuilder.nlsMessageFactory |
Modifier and Type | Method and Description |
---|---|
NlsMessageFactory |
CliParserDependencies.getNlsMessageFactory() |
NlsMessageFactory |
AbstractCliParserBuilder.getNlsMessageFactory() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCliParserBuilder.setNlsMessageFactory(NlsMessageFactory nlsMessageFactory) |
Modifier and Type | Field and Description |
---|---|
private static NlsMessageFactory |
NlsAccess.factory |
Modifier and Type | Method and Description |
---|---|
static NlsMessageFactory |
NlsAccess.getFactory()
This method gets the
NlsMessageFactory used to create instances of
NlsMessage . |
Modifier and Type | Method and Description |
---|---|
static void |
NlsAccess.setFactory(NlsMessageFactory factory)
This method sets (overrides) the
NlsMessageFactory . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNlsMessageFactory
This is the implementation of the
NlsMessageFactory interface. |
class |
AbstractNlsMessageFactoryImpl
This is the abstract but almost complete implementation of
NlsMessageFactory . |
class |
NlsMessageFactoryImpl
This is the implementation of
NlsMessageFactory . |
Modifier and Type | Field and Description |
---|---|
private NlsMessageFactory |
NlsWriter.messageFactory
The
NlsMessageFactory . |
private NlsMessageFactory |
NlsCachingLocalizer.messageFactory
The
NlsMessageFactory instance. |
private NlsMessageFactory |
AbstractNlsBundleFactory.messageFactory |
Modifier and Type | Method and Description |
---|---|
protected NlsMessageFactory |
AbstractNlsBundleFactory.getMessageFactory() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractNlsBundleFactory.setMessageFactory(NlsMessageFactory messageFactory) |
Constructor and Description |
---|
NlsCachingLocalizer(String bundleName,
NlsMessageFactory messageFactory,
NlsTemplateResolver templateResolver)
The constructor.
|
NlsCachingLocalizer(String bundleName,
NlsMessageFactory messageFactory,
NlsTemplateResolver templateResolver,
MapFactory<? extends Map> mapFactory)
The constructor.
|
NlsWriter(Appendable appendable,
Map<String,Object> arguments,
Locale locale,
String newline,
NlsMessageFactory messageFactory)
The constructor.
|
NlsWriter(Appendable appendable,
Map<String,Object> arguments,
Locale locale,
String newline,
NlsMessageFactory messageFactory,
NlsTemplateResolver resolver)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
NlsMessageFactory |
UtilNlsSpringConfig.nlsMessageFactory() |
Copyright © 2001–2016 mmm-Team. All rights reserved.