Generated by
JDiff

Package org.springframework.web.servlet.handler

Changed Classes
AbstractHandlerMapping Abstract base class for org.springframework.web.servlet.HandlerMapping implementations.
AbstractHandlerMethodExceptionResolver Abstract base class for HandlerExceptionResolver implementations that support handling exceptions from handlers of type HandlerMethod.
DispatcherServletWebRequest ServletWebRequest subclass that is aware of org.springframework.web.servlet.DispatcherServlet's request context, such as the Locale determined by the configured org.springframework.web.servlet.LocaleResolver.
HandlerInterceptorAdapter Abstract adapter class for the HandlerInterceptor interface, for simplified implementation of pre-only/post-only interceptors.
MappedInterceptor Holds information about a HandlerInterceptor mapped to a path into the application.
SimpleMappingExceptionResolver org.springframework.web.servlet.HandlerExceptionResolver implementation that allows for mapping exception class names to view names, either for a set of given handlers or for all handlers in the DispatcherServlet.
WebRequestHandlerInterceptorAdapter Adapter that implements the Servlet HandlerInterceptor interface and wraps an underlying WebRequestInterceptor.