The Spring Framework

Uses of Package
org.springframework.web.bind.annotation

Packages that use org.springframework.web.bind.annotation
org.springframework.web.bind.annotation Annotations for binding requests to controllers and handler methods as well as for binding request parameters to method arguments. 
org.springframework.web.bind.annotation.support Support classes for web annotation processing. 
org.springframework.web.portlet.mvc.annotation Support package for annotation-based Portlet MVC controllers. 
 

Classes in org.springframework.web.bind.annotation used by org.springframework.web.bind.annotation
RequestMethod
          Java 5 enumeration of HTTP request methods.
 

Classes in org.springframework.web.bind.annotation used by org.springframework.web.bind.annotation.support
RequestMapping
          Annotation for mapping web requests onto specific handler classes and/or handler methods.
 

Classes in org.springframework.web.bind.annotation used by org.springframework.web.portlet.mvc.annotation
RequestMapping
          Annotation for mapping web requests onto specific handler classes and/or handler methods.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.