| 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 | 
|---|---|
| java.lang.String | GroovyAwareMessageSource. getAt(java.util.List<?> keyAndArgs)Try to resolve the message. | 
| java.lang.String | GroovyAwareMessageSource. getAt(java.lang.String key)Try to resolve the message. | 
| java.lang.String | MessageSource. getMessage(java.lang.String key)Try to resolve the message. | 
| java.lang.String | MessageSource. getMessage(java.lang.String key,
          java.util.List<?> args)Try to resolve the message. | 
| java.lang.String | MessageSource. getMessage(java.lang.String key,
          java.util.List<?> args,
          java.util.Locale locale)Try to resolve the message. | 
| java.lang.String | MessageSource. getMessage(java.lang.String key,
          java.util.Locale locale)Try to resolve the message. | 
| java.lang.String | MessageSource. getMessage(java.lang.String key,
          java.util.Map<java.lang.String,java.lang.Object> args)Try to resolve the message. | 
| java.lang.String | MessageSource. getMessage(java.lang.String key,
          java.util.Map<java.lang.String,java.lang.Object> args,
          java.util.Locale locale)Try to resolve the message. | 
| java.lang.String | MessageSource. getMessage(java.lang.String key,
          java.lang.Object[] args)Try to resolve the message. | 
| java.lang.String | MessageSource. getMessage(java.lang.String key,
          java.lang.Object[] args,
          java.util.Locale locale)Try to resolve the message. | 
| java.lang.Object | MessageSource. resolveMessageValue(java.lang.String key,
                   java.util.Locale locale)Resolve a message given a key and a Locale. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected java.lang.String | AbstractGriffonArtifact. msg(java.lang.String key)Try to resolve the message. | 
| protected java.lang.String | AbstractGriffonArtifact. msg(java.lang.String key,
   java.util.List<?> args)Try to resolve the message. | 
| protected java.lang.String | AbstractGriffonArtifact. msg(java.lang.String key,
   java.util.Map<java.lang.String,java.lang.Object> args)Try to resolve the message. | 
| protected java.lang.String | AbstractGriffonArtifact. msg(java.lang.String key,
   java.lang.Object[] args)Try to resolve the message. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract java.lang.Object | AbstractMessageSource. doResolveMessageValue(java.lang.String key,
                     java.util.Locale locale) | 
| protected java.lang.Object | CompositeMessageSource. doResolveMessageValue(java.lang.String key,
                     java.util.Locale locale) | 
| java.lang.String | AbstractMessageSource. getMessage(java.lang.String key) | 
| java.lang.String | MessageSourceDecorator. getMessage(java.lang.String key) | 
| java.lang.String | AbstractMessageSource. getMessage(java.lang.String key,
          java.util.List<?> args) | 
| java.lang.String | MessageSourceDecorator. getMessage(java.lang.String key,
          java.util.List<?> args) | 
| java.lang.String | AbstractMessageSource. getMessage(java.lang.String key,
          java.util.List<?> args,
          java.util.Locale locale) | 
| java.lang.String | MessageSourceDecorator. getMessage(java.lang.String key,
          java.util.List<?> args,
          java.util.Locale locale) | 
| java.lang.String | AbstractMessageSource. getMessage(java.lang.String key,
          java.util.Locale locale) | 
| java.lang.String | MessageSourceDecorator. getMessage(java.lang.String key,
          java.util.Locale locale) | 
| java.lang.String | AbstractMessageSource. getMessage(java.lang.String key,
          java.util.Map<java.lang.String,java.lang.Object> args) | 
| java.lang.String | MessageSourceDecorator. getMessage(java.lang.String key,
          java.util.Map<java.lang.String,java.lang.Object> args) | 
| java.lang.String | AbstractMessageSource. getMessage(java.lang.String key,
          java.util.Map<java.lang.String,java.lang.Object> args,
          java.util.Locale locale) | 
| java.lang.String | MessageSourceDecorator. getMessage(java.lang.String key,
          java.util.Map<java.lang.String,java.lang.Object> args,
          java.util.Locale locale) | 
| java.lang.String | AbstractMessageSource. getMessage(java.lang.String key,
          java.lang.Object[] args) | 
| java.lang.String | MessageSourceDecorator. getMessage(java.lang.String key,
          java.lang.Object[] args) | 
| java.lang.String | AbstractMessageSource. getMessage(java.lang.String key,
          java.lang.Object[] args,
          java.util.Locale locale) | 
| java.lang.String | MessageSourceDecorator. getMessage(java.lang.String key,
          java.lang.Object[] args,
          java.util.Locale locale) | 
| java.lang.Object | AbstractMessageSource. resolveMessageValue(java.lang.String key,
                   java.util.Locale locale) | 
| java.lang.Object | MessageSourceDecorator. resolveMessageValue(java.lang.String key,
                   java.util.Locale locale) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | DefaultGroovyAwareMessageSource. getAt(java.util.List<?> keyAndArgs) | 
| java.lang.String | DefaultGroovyAwareMessageSource. getAt(java.lang.String key) |