See: Description
| Interface | Description |
|---|---|
| NlsArgumentFormatter | |
| NlsDependencies |
This interface bundles the dependencies for the native language support (NLS).
|
| NlsResourceBundleProvider |
This interface allows to
get all registered bundles. |
| Class | Description |
|---|---|
| AbstractNlsBundleFactory |
This is the abstract base implementation of
NlsBundleFactory. |
| AbstractNlsBundleFactory.NlsBundleMethodInfo |
This inner class holds all the information to be cached for a
NlsBundle-method. |
| AbstractNlsDependencies |
This is the abstract base implementation of
NlsDependencies. |
| AbstractNlsFormatter<O> |
This is the abstract base implementation of the
NlsFormatter interface. |
| AbstractNlsFormatterManager |
This is the abstract base implementation of the
NlsFormatterManager interface. |
| 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. |
| AbstractNlsMessage |
This is the abstract base implementation of
NlsMessage. |
| AbstractNlsMessageFactory |
This is the implementation of the
NlsMessageFactory interface. |
| AbstractNlsMessageFactoryImpl |
This is the abstract but almost complete implementation of
NlsMessageFactory. |
| AbstractNlsMessageFormatter |
This is the abstract base implementation of the
NlsMessageFormatter interface. |
| AbstractNlsTemplate |
This is the abstract base implementation of the
NlsTemplate interface. |
| AbstractNlsTemplateResolver |
This is the abstract base implementation of the
NlsTemplateResolver interface. |
| AbstractResourceBundle |
This is the abstract base class for
ResourceBundle implementations using this NLS support. |
| BasicNlsMessage |
This is the abstract implementation of
NlsMessage with the basic features. |
| ComposedNlsMessage |
This is an implementation of
NlsMessage for composing other objects or
messages. |
| DefaultNlsResourceLocator | |
| GenericResourceBundle |
Generic
ResourceBundle for dynamic creation from key/value pairs. |
| MappedNlsFormatterManager |
This is the implementation of the
NlsFormatterManager interface. |
| NlsBundleHelper |
Helper class to deal with
NlsBundle interfaces. |
| NlsCachingLocalizer |
This is a class that stores
messages and simplifies to resolve them. |
| NlsFormatterMap | |
| NlsMessageFactoryImpl |
This is the implementation of
NlsMessageFactory. |
| NlsMessageLookupNone |
This is a dummy implementation of
NlsMessageLookup that will always return null. |
| NlsMessageLookupProxy |
This class combines multiple instances of
NlsMessageLookup to a single instance. |
| NlsMessagePlain |
This is a dummy implementation of
NlsMessage that only returns the message
given at construction and never has any arguments. |
| NlsTemplateImpl |
This class is the implementation of the
NlsTemplate interface. |
| NlsTemplateImplWithMessage |
This class extends
NlsTemplateImpl with the
internationalized message as
fallback. |
| NoTemplateResolver |
This is a dummy implementation of the
NlsTemplateResolver interface that performs no resolving
(always returns null for NoTemplateResolver.resolveTemplate(String)). |
| ResourceBundleControlUtf8 |
Adds UTF-8 support for
ResourceBundle *.properties files. |
| ResourceBundleControlUtf8WithNlsBundleSupport |
Extends
ResourceBundleControlUtf8 with support for NlsBundle to prevent exception overhead. |
| SimpleNlsFormatter<O> |
This is an abstract base implementation of
NlsFormatter based on
Formatter. |
NLS API. Copyright © 2001–2015 mmm-Team. All rights reserved.