Generated by
JDiff

Package org.springframework.web.servlet.mvc.support

Changed Classes
AbstractControllerUrlHandlerMapping Base class for org.springframework.web.servlet.HandlerMapping implementations that derive URL paths according to conventions for specific controller types.
ControllerBeanNameHandlerMapping Implementation of org.springframework.web.servlet.HandlerMapping that follows a simple convention for generating URL path mappings from the bean names of registered org.springframework.web.servlet.mvc.Controller beans as well as {@code @Controller} annotated beans.
ControllerClassNameHandlerMapping Implementation of org.springframework.web.servlet.HandlerMapping that follows a simple convention for generating URL path mappings from the class names of registered org.springframework.web.servlet.mvc.Controller beans as well as {@code @Controller} annotated beans.
DefaultHandlerExceptionResolver Default implementation of the HandlerExceptionResolver interface that resolves standard Spring exceptions and translates them to corresponding HTTP status codes.