public final class NoTemplateResolver extends AbstractNlsTemplateResolver
NlsTemplateResolver
interface that performs no resolving (always
returns null
for resolveTemplate(String)
).Modifier and Type | Field and Description |
---|---|
static NlsTemplateResolver |
INSTANCE
The singleton instance.
|
CLASSPATH_NLS_BUNDLE
Constructor and Description |
---|
NoTemplateResolver()
The constructor.
|
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 . |
doInitialize, doInitialized, getInitializationState, initialize
public static final NlsTemplateResolver INSTANCE
public NlsTemplate resolveTemplate(String internationalizedMessage)
NlsTemplateResolver
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.