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