package

org.springframework.web.portlet.mvc.annotation

Support package for annotation-based Portlet MVC controllers.

Classes

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.