@CompileStatic class GrailsInterceptorHandlerInterceptorAdapter extends Object implements HandlerInterceptor
Adapts Grails Interceptor instances to the Spring HandlerInterceptor interface
Modifiers | Name | Description |
---|---|---|
protected List<Interceptor> |
interceptors |
|
protected List<Interceptor> |
reverseInterceptors |
Type | Name and description |
---|---|
static String |
INTERCEPTOR_RENDERED_VIEW |
ServiceRegistry[] |
serviceRegistry |
Constructor and description |
---|
GrailsInterceptorHandlerInterceptorAdapter() |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
afterCompletion(HttpServletRequest request, HttpServletResponse response, Object handler, Exception ex) |
|
void |
postHandle(HttpServletRequest request, HttpServletResponse response, Object handler, ModelAndView modelAndView) |
|
boolean |
preHandle(HttpServletRequest request, HttpServletResponse response, Object handler) |
|
void |
setInterceptors(Interceptor[] interceptors) |