|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IUploadFile | |
org.apache.tapestry.form | Components for implementing basic HTML Forms. |
org.apache.tapestry.multipart |
Uses of IUploadFile in org.apache.tapestry.form |
Methods in org.apache.tapestry.form with parameters of type IUploadFile | |
abstract void |
Upload.setFile(IUploadFile file)
|
Uses of IUploadFile in org.apache.tapestry.multipart |
Classes in org.apache.tapestry.multipart that implement IUploadFile | |
class |
UploadPart
Portion of a multi-part request representing an uploaded file. |
Methods in org.apache.tapestry.multipart that return IUploadFile | |
IUploadFile |
AbstractMultipartDecoder.getFileUpload(java.lang.String parameterName)
|
IUploadFile |
MultipartDecoder.getFileUpload(java.lang.String parameterName)
Gets a file upload with the given name, or returns null if no such file upload was in the request. |
IUploadFile |
IMultipartDecoder.getUploadFile(javax.servlet.http.HttpServletRequest request,
java.lang.String name)
Returns the uploaded file with the specified parameter name, or null if no such parameter was in the request. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |