Note: Will only be called if this interceptor's preHandle
method has successfully completed and returned true
!
As with the {@code postHandle} method, the method will be invoked on eachinterceptor in the chain in reverse order, so the first interceptor will be the last to be invoked. @param request current HTTP request @param response current HTTP response @param handler handler (or {@link HandlerMethod}) that started async execution, for type and/or instance examination @param ex exception thrown on handler execution, if any @throws Exception in case of errors
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|