public interface InterceptorStack
| Modifier and Type | Method and Description | 
|---|---|
| void | next(ControllerMethod method,
    Object controllerInstance)Invokes the next interceptor on the stack. | 
| void | start()Start stack execution | 
void next(ControllerMethod method, Object controllerInstance) throws InterceptionException
InterceptionExceptionvoid start()
Copyright © 2014 Caelum. All rights reserved.