@groovy.util.logging.Slf4j class GroovyPagesGrailsPlugin extends Plugin
Sets up and configures the GSP and GSP tag library support in Grails.
| Modifiers | Name | Description |
|---|---|---|
static java.lang.String |
GSP_RELOAD_INTERVAL |
|
static java.lang.String |
GSP_VIEWS_DIR |
| Type | Name and description |
|---|---|
java.lang.Object |
dependsOn |
java.lang.Object |
grailsVersion |
java.lang.Object |
loadAfter |
java.lang.Object |
observe |
java.lang.Object |
providedArtefacts |
java.lang.Object |
watchedResources |
| Properties inherited from class | Properties |
|---|---|
class Plugin |
applicationContext, artefacts, enabled, environment, grailsApplication, plugin, pluginManager |
| Constructor and description |
|---|
GroovyPagesGrailsPlugin() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
doWithApplicationContext()Clear the page cache with the ApplicationContext is loaded |
|
groovy.lang.Closure |
doWithSpring()Configures the various Spring beans required by GSP |
|
protected boolean |
isDevelopmentMode() |
|
void |
onChange(java.util.Map<java.lang.String, java.lang.Object> event) |
|
void |
onConfigChange(java.util.Map<java.lang.String, java.lang.Object> event) |
|
static java.lang.String |
transformToValidLocation(java.lang.String location) |
| Methods inherited from class | Name |
|---|---|
class Plugin |
beans, doWithApplicationContext, doWithDynamicMethods, doWithSpring, getApplicationContext, getConfig, getManager, onChange, onConfigChange, onShutdown, onStartup, setApplicationContext |
Clear the page cache with the ApplicationContext is loaded
Configures the various Spring beans required by GSP
Groovy Documentation