@CompileStatic class InterceptorsGrailsPlugin extends Plugin implements PriorityOrdered
A plugin for interceptors
| Type | Name and description |
|---|---|
Object |
dependsOn |
GrailsInterceptorHandlerInterceptorAdapter |
interceptorAdapter |
Object |
loadAfter |
Object |
version |
Object |
watchedResources |
| Properties inherited from class | Properties |
|---|---|
class Plugin |
applicationContext, artefacts, enabled, environment, grailsApplication, plugin, pluginManager |
| Constructor and description |
|---|
InterceptorsGrailsPlugin() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
doWithApplicationContext() |
|
Closure |
doWithSpring() |
|
int |
getOrder() |
|
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 |