|
The Spring Framework | |||||||||
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(Map multipartFiles,
Map multipartParameters)
Create a new MultipartParsingResult. |
Method Summary | |
---|---|
Map |
getMultipartFiles()
Return the multipart files as Map of field name to MultipartFile instance. |
Map |
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(Map multipartFiles, Map multipartParameters)
multipartFiles
- Map of field name to MultipartFile instancemultipartParameters
- Map of field name to form field String valueMethod Detail |
---|
public Map getMultipartFiles()
public Map getMultipartParameters()
|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |