Package org.springframework.web.servlet.mvc.annotation

Support package for annotation-based Servlet MVC controllers.

See:
          Description

Class Summary
AnnotationMethodHandlerAdapter Implementation of the HandlerAdapter interface that maps handler methods based on HTTP paths, HTTP methods and request parameters expressed through the RequestMapping annotation.
DefaultAnnotationHandlerMapping Implementation of the HandlerMapping interface that maps handlers based on HTTP paths expressed through the RequestMapping annotation at the type or method level.
 

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

Support package for annotation-based Servlet MVC controllers.



Copyright © 2002-2008 The Spring Framework.