org.apache.hivemind.internal
Interface MessageFinder
- All Known Implementing Classes: 
- MessageFinderImpl
- public interface MessageFinder 
An abstraction around the ResourceBundler-style property names and localized messages. The goal
 is to implement a Messages that obtains the actual localizations from
 an external source.
- Author:
- Howard M. Lewis Ship
| Method Summary | 
|  java.lang.String | getMessage(java.lang.String key,
                     java.util.Locale locale)Returns a message matching the key, in the indicated locale.
 | 
 
getMessage
java.lang.String getMessage(java.lang.String key,
                            java.util.Locale locale)
- Returns a message matching the key, in the indicated locale.
 
- 
 
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.