public interface MessageSourceLoader
LoadingMessageSourceProvider
Modifier and Type | Method and Description |
---|---|
MessageSource |
load(java.util.Locale locale)
Load a message source for a locale
|
MessageSource load(java.util.Locale locale) throws java.io.IOException
locale
- the locale (guaranteed never to be null
null
if not found)java.io.IOException
- loading error