See: Description
Class | Description |
---|---|
AnnotationMethodHandlerAdapter |
Implementation of the
HandlerAdapter
interface that maps handler methods based on portlet modes, action/render phases
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 portlet modes expressed through the
RequestMapping annotation at the type or method level. |