public interface Interceptor
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
accepts(ControllerMethod method)  | 
void | 
intercept(InterceptorStack stack,
         ControllerMethod method,
         Object controllerInstance)  | 
void intercept(InterceptorStack stack, ControllerMethod method, Object controllerInstance) throws InterceptionException
InterceptionExceptionboolean accepts(ControllerMethod method)
Copyright © 2014 Caelum. All rights reserved.