org.apache.wicket.protocol.http
Interface IMultipartWebRequest
- All Known Implementing Classes:
- MultipartServletWebRequest
public interface IMultipartWebRequest
An interface providing access to multipart content uploads of a WebRequest
- Author:
- Ate Douma
Method Summary |
FileItem |
getFile(java.lang.String fieldName)
Gets the file that was uploaded using the given field name. |
java.util.Map<java.lang.String,FileItem> |
getFiles()
|
getFiles
java.util.Map<java.lang.String,FileItem> getFiles()
- Returns:
- Returns the files.
getFile
FileItem getFile(java.lang.String fieldName)
- Gets the file that was uploaded using the given field name.
- Parameters:
fieldName
- the field name that was used for the upload
- Returns:
- the upload with the given field name
Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.