| Package | Description |
|---|---|
| griffon.core.i18n |
Internationalization support.
|
| org.codehaus.griffon.runtime.core.artifact |
Artifact implementation [INTERNAL USE].
|
| org.codehaus.griffon.runtime.core.i18n |
Internationalization implementation [INTERNAL USE].
|
| org.codehaus.griffon.runtime.groovy.i18n |
| Modifier and Type | Method and Description |
|---|---|
String |
GroovyAwareMessageSource.getAt(List<?> keyAndArgs)
Try to resolve the message.
|
String |
GroovyAwareMessageSource.getAt(String key)
Try to resolve the message.
|
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 String |
AbstractGriffonArtifact.msg(String key)
Try to resolve the message.
|
protected String |
AbstractGriffonArtifact.msg(String key,
List<?> args)
Try to resolve the message.
|
protected String |
AbstractGriffonArtifact.msg(String key,
Map<String,Object> args)
Try to resolve the message.
|
protected String |
AbstractGriffonArtifact.msg(String key,
Object[] args)
Try to resolve the message.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
CompositeMessageSource.doResolveMessageValue(String key,
Locale locale) |
protected abstract Object |
AbstractMessageSource.doResolveMessageValue(String key,
Locale locale) |
String |
MessageSourceDecorator.getMessage(String key) |
String |
AbstractMessageSource.getMessage(String key) |
String |
MessageSourceDecorator.getMessage(String key,
List<?> args) |
String |
AbstractMessageSource.getMessage(String key,
List<?> args) |
String |
MessageSourceDecorator.getMessage(String key,
List<?> args,
Locale locale) |
String |
AbstractMessageSource.getMessage(String key,
List<?> args,
Locale locale) |
String |
MessageSourceDecorator.getMessage(String key,
Locale locale) |
String |
AbstractMessageSource.getMessage(String key,
Locale locale) |
String |
MessageSourceDecorator.getMessage(String key,
Map<String,Object> args) |
String |
AbstractMessageSource.getMessage(String key,
Map<String,Object> args) |
String |
MessageSourceDecorator.getMessage(String key,
Map<String,Object> args,
Locale locale) |
String |
AbstractMessageSource.getMessage(String key,
Map<String,Object> args,
Locale locale) |
String |
MessageSourceDecorator.getMessage(String key,
Object[] args) |
String |
AbstractMessageSource.getMessage(String key,
Object[] args) |
String |
MessageSourceDecorator.getMessage(String key,
Object[] args,
Locale locale) |
String |
AbstractMessageSource.getMessage(String key,
Object[] args,
Locale locale) |
Object |
MessageSourceDecorator.resolveMessageValue(String key,
Locale locale) |
Object |
AbstractMessageSource.resolveMessageValue(String key,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
String |
DefaultGroovyAwareMessageSource.getAt(List<?> keyAndArgs) |
String |
DefaultGroovyAwareMessageSource.getAt(String key) |