Annotation Interface BindParam
Annotation to bind values from a web request such as request parameters or
path variables to fields of a Java object. Supported on constructor parameters
of
@ModelAttribute
controller method arguments- Since:
- 6.1
- Author:
- Rossen Stoyanchev
- See Also:
-
Optional Element Summary
-
Element Details
-
value
String valueThe lookup name to use for the bind value.- Default:
- ""
-