committed by
Juergen Hoeller
parent
db4882cea4
commit
d73f91eaf0
@@ -54,8 +54,8 @@ import org.springframework.web.util.WebUtils;
|
||||
* abstraction, and arguments of type {@code javax.servlet.http.Part} in conjunction
|
||||
* with Servlet 3.0 multipart requests. This resolver can also be created in default
|
||||
* resolution mode in which simple types (int, long, etc.) not annotated with
|
||||
* @{@link RequestParam} are also treated as request parameters with the
|
||||
* parameter name derived from the argument name.
|
||||
* {@link RequestParam @RequestParam} are also treated as request parameters with
|
||||
* the parameter name derived from the argument name.
|
||||
*
|
||||
* <p>If the method parameter type is {@link Map}, the name specified in the
|
||||
* annotation is used to resolve the request parameter String value. The value is
|
||||
|
||||
Reference in New Issue
Block a user