class WSInterceptor extends java.lang.Object
| Type | Name and description |
|---|---|
static java.util.Map |
dummyControllers |
static javax.validation.ValidatorFactory |
factory |
static javax.validation.executable.ExecutableValidator |
validator |
| Constructor and description |
|---|
WSInterceptor
() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), 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() |
Executed after the action executes but prior to view rendering
Executed after view rendering completes
Executed before a matched action
Groovy Documentation