Provides access to localized messages (properties).
Localized messages are loaded for a particular locale from a HTTP request. The locale is resolved by the current {@link LocaleResolver}instance/singleton. If a locale or a bundle for a locale cannot be found, default messages are used.
Note: Loaded messages are cached per locale, any subsequent call of the same locale will be served by the cache instead of another resource bundle retrieval.
@version $Id: LocalizedMessages.java 4785 2009-12-21 20:10:28Z mosipov $