See: Description
Interface | Description |
---|---|
AbstractNlsBundleFactory.NlsBundleDescriptor |
Interface describing an
NlsBundle interface. |
NlsArgumentFormatter | |
NlsDependencies |
This interface bundles the dependencies for the native language support (NLS).
|
NlsResourceBundleProvider | Deprecated
use
NlsBundle instead of NlsResourceBundle . |
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. |
AbstractNlsResourceBundleJavaScriptServlet |
This is a
HttpServlet that dynamically generates some JavaScript containing the content of
NlsBundle s and ResourceBundle s for the users locale. |
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. |
AbstractResourceBundleCli |
The abstract base class for a
CLI program to process NlsBundle s or
AbstractResourceBundle s for localization maintenance. |
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. |
NlsArgumentDescriptor | |
NlsBundleDescriptor |
This is the descriptor of an
NlsBundle or ResourceBundle . |
NlsBundleHelper |
Helper class to deal with
NlsBundle interfaces. |
NlsCachingLocalizer |
This is a class that stores
messages and simplifies to resolve them. |
NlsFormatterMap | |
NlsMessageDescriptor | |
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 . |
NlsResourceBundleJavaScriptServlet |
This is a
HttpServlet that dynamically generates some JavaScript containing the content of
NlsBundle s and ResourceBundle s for the users locale. |
NlsTemplateImpl |
This class is the implementation of the
NlsTemplate interface. |
NlsTemplateImplWithMessage |
This class extends
NlsTemplateImpl with the
internationalized message as fallback. |
NlsWriter | |
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. |
ResourceBundleConverter |
This class can be used to create and update the localized bundles (properties) from an
NlsBundle or
AbstractResourceBundle . |
ResourceBundleSynchronizer |
This class can be used to create and update the localized bundles (properties) from an
NlsBundle or
AbstractResourceBundle . |
SimpleNlsFormatter<O> |
This is an abstract base implementation of
NlsFormatter based on Formatter . |
Enum | Description |
---|---|
ChoiceEvaluation |
This
Enum defines the available ways to simplify and evaluate
choice format expressions . |
Format |
This
Enum defines the available formats of the resource bundle output file to convert to. |
NLS API
.
Copyright © 2001–2016 mmm-Team. All rights reserved.