| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MultipartRequest
This interface defines the multipart request access operations
 that are exposed for actual multipart requests. It is extended
 by MultipartHttpServletRequest and the Portlet
 MultipartActionRequest.
| Method Summary | |
|---|---|
|  MultipartFile | getFile(String name)Return the contents plus description of an uploaded file in this request, or nullif it does not exist. | 
|  Map | getFileMap()Return a Mapof the multipart files contained in this request. | 
|  Iterator | getFileNames()Return an Iteratorof String objects containing the
 parameter names of the multipart files contained in this request. | 
| Method Detail | 
|---|
Iterator getFileNames()
Iterator of String objects containing the
 parameter names of the multipart files contained in this request. These
 are the field names of the form (like with normal parameters), not the
 original file names.
MultipartFile getFile(String name)
null if it does not exist.
name - a String specifying the parameter name of the multipart file
MultipartFile objectMap getFileMap()
Map of the multipart files contained in this request.
MultipartFile objects as valuesMultipartFile| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||