|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.web.multipart.commons.CommonsFileUploadSupport.MultipartParsingResult
protected static class CommonsFileUploadSupport.MultipartParsingResult
Holder for a Map of Spring MultipartFiles and a Map of multipart parameters.
Constructor Summary | |
---|---|
CommonsFileUploadSupport.MultipartParsingResult(MultiValueMap<String,MultipartFile> mpFiles,
Map<String,String[]> mpParams)
Create a new MultipartParsingResult. |
Method Summary | |
---|---|
MultiValueMap<String,MultipartFile> |
getMultipartFiles()
Return the multipart files as Map of field name to MultipartFile instance. |
Map<String,String[]> |
getMultipartParameters()
Return the multipart parameters as Map of field name to form field String value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CommonsFileUploadSupport.MultipartParsingResult(MultiValueMap<String,MultipartFile> mpFiles, Map<String,String[]> mpParams)
mpFiles
- Map of field name to MultipartFile instancempParams
- Map of field name to form field String valueMethod Detail |
---|
public MultiValueMap<String,MultipartFile> getMultipartFiles()
public Map<String,String[]> getMultipartParameters()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |