public interface MessageSource
A message source is simply a key/value repository.
String
getKey(String key)
String getKey(String key)
Note that this method MUST return null if there is no match for the given key.
null
Note also that it is guaranteed that you will never get a null key.
key