Generated by
JDiff

Interface org.springframework.web.servlet.HandlerInterceptor

Documentation changed from old to new.

Changed Methods
void afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) Documentation changed from old to new.
Callback after completion of request processing, that is, after rendering the view.
void postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) Documentation changed from old to new.
Intercept the execution of a handler.