| Package | Description |
|---|---|
| griffon.core.i18n |
Internationalization support.
|
| org.codehaus.griffon.runtime.core.i18n |
Internationalization implementation [INTERNAL USE].
|
| Modifier and Type | Method and Description |
|---|---|
String |
MessageSource.getMessage(String key)
Try to resolve the message.
|
String |
MessageSource.getMessage(String key,
List<?> args)
Try to resolve the message.
|
String |
MessageSource.getMessage(String key,
List<?> args,
Locale locale)
Try to resolve the message.
|
String |
MessageSource.getMessage(String key,
Locale locale)
Try to resolve the message.
|
String |
MessageSource.getMessage(String key,
Map<String,Object> args)
Try to resolve the message.
|
String |
MessageSource.getMessage(String key,
Map<String,Object> args,
Locale locale)
Try to resolve the message.
|
String |
MessageSource.getMessage(String key,
Object[] args)
Try to resolve the message.
|
String |
MessageSource.getMessage(String key,
Object[] args,
Locale locale)
Try to resolve the message.
|
Object |
MessageSource.resolveMessageValue(String key,
Locale locale)
Resolve a message given a key and a Locale.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Object |
AbstractMessageSource.doResolveMessageValue(String key,
Locale locale) |
protected Object |
CompositeMessageSource.doResolveMessageValue(String key,
Locale locale) |
String |
AbstractMessageSource.getMessage(String key) |
String |
AbstractMessageSource.getMessage(String key,
List<?> args) |
String |
AbstractMessageSource.getMessage(String key,
List<?> args,
Locale locale) |
String |
AbstractMessageSource.getMessage(String key,
Locale locale) |
String |
AbstractMessageSource.getMessage(String key,
Map<String,Object> args) |
String |
AbstractMessageSource.getMessage(String key,
Map<String,Object> args,
Locale locale) |
String |
AbstractMessageSource.getMessage(String key,
Object[] args) |
String |
AbstractMessageSource.getMessage(String key,
Object[] args,
Locale locale) |
Object |
AbstractMessageSource.resolveMessageValue(String key,
Locale locale) |