|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
Annotations for binding requests to controllers and handler methods as well as for binding request parameters to method arguments.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |