@ComponentSpecification public interface NlsTemplateResolver
resolving
NlsTemplate
for translating a
text-message to a Locale
-specific language. Modifier and Type | Field and Description |
---|---|
static String |
CLASSPATH_NLS_BUNDLE
The classpath of a textual file containing the full qualified name(s) of one or multiple
NLS-bundle (s). |
Modifier and Type | Method and Description |
---|---|
NlsTemplate |
resolveTemplate(String internationalizedMessage)
This method is used to create the
NlsTemplate from information that is found by the given
internationalizedMessage . |
static final String CLASSPATH_NLS_BUNDLE
NLS-bundle
(s). NlsTemplateResolver
. However the default implementation
will use the context-class-loader
to for this lookup.NlsTemplate resolveTemplate(String internationalizedMessage)
NlsTemplate
from information that is found by the given
internationalizedMessage
. AbstractResourceBundle
(s).internationalizedMessage
- is the internationalized
message
.NlsTemplate
or null
if this implementation failed to resolve the
according template.Copyright © 2001–2016 mmm-Team. All rights reserved.