Package org.apache.wicket.protocol.http
Interface IMultipartWebRequest
-
- All Known Implementing Classes:
MultipartServletWebRequest
,MultipartServletWebRequestImpl
public interface IMultipartWebRequest
An interface providing access to multipart content uploads of a WebRequest- Author:
- Ate Douma
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<org.apache.commons.fileupload.FileItem>
getFile(String fieldName)
Gets the files that were uploaded using the given field name.Map<String,List<org.apache.commons.fileupload.FileItem>>
getFiles()
-