Generated by
JDiff

Class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver

Added interface org.springframework.context.ApplicationContextAware.
Documentation changed from old to new.

Added Methods
ApplicationContext getApplicationContext()  
void setApplicationContext(ApplicationContext)  
void setContentNegotiationManager(ContentNegotiationManager) Set the ContentNegotiationManager to use to determine requested media types.
 

Changed Methods
ModelAndView doResolveHandlerMethodException(HttpServletRequest, HttpServletResponse, HandlerMethod, Exception) Documentation changed from old to new.
Find an {@code @ExceptionHandler} method and invoke it to handle the raised exception.
HandlerMethodArgumentResolverComposite getArgumentResolvers() Documentation changed from old to new.
Return the configured argument resolvers, or possibly {@code null} if not initialized yet via .afterPropertiesSet().
List<HandlerMethodReturnValueHandler> getDefaultReturnValueHandlers() Documentation changed from old to new.
Return the list of return value handlers to use including built-in and custom handlers provided via .setReturnValueHandlers.
ServletInvocableHandlerMethod getExceptionHandlerMethod(HandlerMethod, Exception) Documentation changed from old to new.
Find an {@code @ExceptionHandler} method for the given exception.
HandlerMethodReturnValueHandlerComposite getReturnValueHandlers() Documentation changed from old to new.
Return the configured handlers, or possibly {@code null} if not initialized yet via .afterPropertiesSet().
void setCustomArgumentResolvers(List<HandlerMethodArgumentResolver>) Documentation changed from old to new.
Provide resolvers for custom argument types.
void setReturnValueHandlers(List<HandlerMethodReturnValueHandler>) Documentation changed from old to new.
Configure the complete list of supported return value types thus overriding handlers that would otherwise be configured by default.