Package org.springframework.web.bind.annotation

Annotations for binding requests to controllers and handler methods as well as for binding request parameters to method arguments.

See:
          Description

Enum Summary
RequestMethod Java 5 enumeration of HTTP request methods.
 

Annotation Types Summary
InitBinder Annotation that identifies methods which initialize the WebDataBinder which will be used for populating command and form object arguments of annotated handler methods.
ModelAttribute Annotation that binds a method parameter or method return value to a named model attribute, exposed to a web view.
RequestMapping Annotation for mapping web requests onto specific handler classes and/or handler methods.
RequestParam Annotation which indicates that a method parameter should be bound to a web request parameter.
SessionAttributes Annotation that indicates the session attributes that a specific handler uses.
 

Package org.springframework.web.bind.annotation Description

Annotations for binding requests to controllers and handler methods as well as for binding request parameters to method arguments.



Copyright © 2002-2008 The Spring Framework.