| java.lang.Object | |
| ↳ | org.springframework.web.multipart.commons.CommonsFileUploadSupport.MultipartParsingResult |
Holder for a Map of Spring MultipartFiles and a Map of multipart parameters.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new MultipartParsingResult.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return the multipart files as Map of field name to MultipartFile instance.
| |||||||||||
Return the multipart parameters as Map of field name to form field String value.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Create a new MultipartParsingResult.
| mpFiles | Map of field name to MultipartFile instance |
|---|---|
| mpParams | Map of field name to form field String value |
Return the multipart files as Map of field name to MultipartFile instance.
Return the multipart parameters as Map of field name to form field String value.