Package org.springframework.web.portlet.mvc.annotation

Support package for annotation-based Portlet MVC controllers.

See:
          Description

Class Summary
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.
AnnotationMethodHandlerAdapter.PortletHandlerMethodResolver Portlet-specific subclass of HandlerMethodResolver.
AnnotationMethodHandlerAdapter.RequestMappingInfo Holder for request mapping metadata.
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.
DefaultAnnotationHandlerMapping.EventMappingPredicate  
DefaultAnnotationHandlerMapping.ParameterMappingPredicate Predicate that matches against parameter conditions.
DefaultAnnotationHandlerMapping.ResourceMappingPredicate  
PortletAnnotationMappingUtils Helper class for annotation-based request mapping.
 

Package org.springframework.web.portlet.mvc.annotation Description

Support package for annotation-based Portlet MVC controllers.