Package org.springframework.web.portlet.mvc.annotation
Support package for annotation-based Portlet MVC controllers.
Class Summary Class Description AnnotationMethodHandlerAdapter Implementation of theHandlerAdapterinterface that maps handler methods based on portlet modes, action/render phases and request parameters expressed through theRequestMappingannotation.AnnotationMethodHandlerExceptionResolver Implementation of theHandlerExceptionResolverinterface that handles exceptions through theExceptionHandlerannotation.DefaultAnnotationHandlerMapping Implementation of theHandlerMappinginterface that maps handlers based on portlet modes expressed through theRequestMappingannotation at the type or method level.