Uses of Interface
org.apache.tapestry.request.IUploadFile

Packages that use IUploadFile
org.apache.tapestry.form Components for implementing basic HTML Forms. 
org.apache.tapestry.multipart Deals with multipart form data. 
 

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(String parameterName)
           
 IUploadFile MultipartDecoder.getFileUpload(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(HttpServletRequest request, String name)
          Returns the uploaded file with the specified parameter name, or null if no such parameter was in the request.
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.