DefaultNlsTemplateResolver
@Deprecated public interface NlsReversedResourceBundle extends NlsResourceBundle
ResourceBundle
. It allows to get the
key for a message
.Modifier and Type | Method and Description |
---|---|
String |
getKey(String message)
Deprecated.
This method gets the key for the given message.
|
getName, getString
String getKey(String message)
ResourceBundle.getString(String)
.message
- is the message
.message
.Copyright © 2001–2016 mmm-Team. All rights reserved.