public interface MessageResolver
Modifier and Type | Field and Description |
---|---|
static MessageResolver |
DEFAULT
MessageResolver default instance. |
Modifier and Type | Method and Description |
---|---|
String |
resolveMessage(String key,
Locale locale)
Returns message for the specified key and locale.
|
static final MessageResolver DEFAULT
MessageResolver
default instance.String resolveMessage(String key, Locale locale)
key
- Message key.locale
- Message locale.MissingResourceException
- if message for the specified key is
missing.Copyright © 2011–2020 FoxLabs. All rights reserved.