Uses of Interface
org.apache.struts.upload.FormFile

Packages that use FormFile
org.apache.struts.webapp.upload   
 

Uses of FormFile in org.apache.struts.webapp.upload
 

Fields in org.apache.struts.webapp.upload declared as FormFile
protected  FormFile UploadForm.theFile
          The file that the user has uploaded
 

Methods in org.apache.struts.webapp.upload that return FormFile
 FormFile UploadForm.getTheFile()
          Retrieve a representation of the file the user has uploaded
 

Methods in org.apache.struts.webapp.upload with parameters of type FormFile
 void UploadForm.setTheFile(FormFile theFile)
          Set a representation of the file the user has uploaded
 



Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.