A service that provides a java.util.Map representation of the i18n
messages for a given locale (cached). The main use for this service is
to provide a faster lookup for many i18n calls in a taglib, due to performance
issues with the
| Type | Name and description |
|---|---|
ExtendedPluginAwareResourceBundleMessageSource |
customMessageSource |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
clearMessageCache()Trigger the message source cache to be reset (different to the @Cacheable cache) which effectively grabs a new copy from biocache-service (base properties) and then adds to that from the i18n messages in the local grails app. |
|
java.lang.Object |
getMessagesMap(java.util.Locale locale) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Trigger the message source cache to be reset (different to the