RequestParam (Spring Framework 4.3.5.RELEASE API)
Annotation which indicates that a method parameter should be bound to a web request parameter.Supported for annotated handler methods in Servlet and Portlet environments.
If the method parameter type is Map
and a request parameter name is specified, then the request parameter value is converted to a Map
assuming an appropriate conversion strategy is available.
If the method parameter is Map<String, String>
or MultiValueMap<String, String>
and a parameter name is not specified, then the map parameter is populated with all request parameter names and values.
Read full article from RequestParam (Spring Framework 4.3.5.RELEASE API)
No comments:
Post a Comment