Package org.springframework.web.servlet.mvc.support
@NonNullApi
@NonNullFields
package org.springframework.web.servlet.mvc.support
Support package for MVC controllers.
Contains a special HandlerMapping for controller conventions.
-
ClassDescriptionThe default implementation of the
HandlerExceptionResolver
interface, resolving standard Spring MVC exceptions and translating them to corresponding HTTP status codes.A specialization of theModel
interface that controllers can use to select attributes for a redirect scenario.