程序包 org.springframework.web.portlet.mvc.annotation
Support package for annotation-based Portlet MVC controllers.
类概要 类 说明 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.