MessageResources
that reads message keys and corresponding strings from named property resources in the same manner that java.util.PropertyResourceBundle
does. The base
property defines the base property resource name, and must be specified. IMPLEMENTATION NOTE - This class trades memory for speed by caching all messages located via generalizing the Locale under the original locale as well. This results in specific messages being stored in the message cache more than once, but improves response time on subsequent requests for the same locale + key combination. @version $Rev: 421119 $ $Date: 2005-05-07 12:11:38 -0400 (Sat, 07 May 2005)$
|
|
|
|
|
|