See: Description
Interface | Description |
---|---|
ModelAndViewResolver |
SPI for resolving custom return values from a specific handler method.
|
Class | Description |
---|---|
AnnotationMethodHandlerAdapter |
Implementation of the
HandlerAdapter interface
that maps handler methods based on HTTP paths, HTTP methods and request parameters
expressed through the RequestMapping annotation. |
AnnotationMethodHandlerExceptionResolver |
Implementation of the
HandlerExceptionResolver interface that handles
exceptions through the ExceptionHandler annotation. |
DefaultAnnotationHandlerMapping |
Implementation of the
HandlerMapping
interface that maps handlers based on HTTP paths expressed through the
RequestMapping annotation at the type or method level. |
ResponseStatusExceptionResolver |
Implementation of the
HandlerExceptionResolver
interface that uses the @ResponseStatus annotation to map exceptions to HTTP status codes. |
Copyright © 2015. All Rights Reserved.