Generated by
JDiff

Class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport

Added Methods
ExceptionHandlerExceptionResolver createExceptionHandlerExceptionResolver() Protected method for plugging in a custom sub-class of ExceptionHandlerExceptionResolver.
RequestMappingHandlerAdapter createRequestMappingHandlerAdapter() Protected method for plugging in a custom sub-class of RequestMappingHandlerAdapter.
void extendHandlerExceptionResolvers(List<HandlerExceptionResolver>) Override this method to extend or modify the list of HandlerExceptionResolvers after it has been configured.
List<HandlerMethodArgumentResolver> getArgumentResolvers() Provide access to the shared custom argument resolvers used by the RequestMappingHandlerAdapter and the ExceptionHandlerExceptionResolver.
List<HandlerMethodReturnValueHandler> getReturnValueHandlers() Provide access to the shared return value handlers used by the RequestMappingHandlerAdapter and the ExceptionHandlerExceptionResolver.