public class ConverterHandlerInterceptor extends HandlerInterceptorAdapter
Constructor and Description |
---|
ConverterHandlerInterceptor(org.springbyexample.converter.ListConverter converter,
Class<?> returnTypeClass,
Method getResultsMethod,
Method setResultsMethod) |
Modifier and Type | Method and Description |
---|---|
void |
postHandle(HttpServletRequest request,
HttpServletResponse response,
Object handler,
ModelAndView modelAndView) |
afterCompletion, afterConcurrentHandlingStarted, preHandle
public void postHandle(HttpServletRequest request, HttpServletResponse response, Object handler, ModelAndView modelAndView) throws Exception
postHandle
in interface HandlerInterceptor
postHandle
in class HandlerInterceptorAdapter
Exception
Copyright © 2008-2014 Spring by Example. All Rights Reserved.