package

org.springframework.web.servlet.mvc.support

Support package for MVC controllers. Contains a special HandlerMapping for controller conventions.

Classes

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