@Slf4j class I18nGrailsPlugin extends Plugin implements PriorityOrdered
Configures Grails' internationalisation support.
| Type | Name and description |
|---|---|
String |
version |
Object |
watchedResources |
| Properties inherited from class | Properties |
|---|---|
class Plugin |
applicationContext, artefacts, enabled, environment, grailsApplication, plugin, pluginManager |
| Constructor and description |
|---|
I18nGrailsPlugin() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
doWithDynamicMethods() |
|
Closure |
doWithSpring() |
|
int |
getOrder() |
|
protected boolean |
isChildOfFile(File child, File parent) |
|
void |
onChange(Map<String, Object> event) |
| Methods inherited from class | Name |
|---|---|
class Plugin |
beans, doWithApplicationContext, doWithDynamicMethods, doWithSpring, getApplicationContext, getConfig, getManager, onChange, onConfigChange, onShutdown, onStartup, setApplicationContext |