February 2017
Intermediate to advanced
1023 pages
24h 11m
English
|
Questions |
Answers |
|
Consider the following interceptor: public class SecurityInterceptor extends HandlerInterceptorAdapter{
@Override
public void afterCompletion(HttpServletRequest request, HttpServletResponse response, Object handler, Exception ex) throws Exception {
// just some code related to after completion
}
}
Is this |
2. It is valid because it extends the |
|
Within the interceptor methods, what is the order of execution? |
2. |
Read now
Unlock full access