See: Description
Interface | Description |
---|---|
ModelAndViewResolver |
SPI for resolving custom return values from a specific handler method.
|
Class | Description |
---|---|
AnnotationMethodHandlerAdapter | Deprecated
in Spring 3.2 in favor of
RequestMappingHandlerAdapter |
AnnotationMethodHandlerExceptionResolver | Deprecated
as of Spring 3.2, in favor of
ExceptionHandlerExceptionResolver |
DefaultAnnotationHandlerMapping | Deprecated
in Spring 3.2 in favor of
RequestMappingHandlerMapping |
ResponseStatusExceptionResolver |
Implementation of the
HandlerExceptionResolver
interface that uses the @ResponseStatus annotation to map exceptions to HTTP status codes. |