org.kuali.rice.kns.web.struts.form
Class BlankFormFile

java.lang.Object
  extended by org.kuali.rice.kns.web.struts.form.BlankFormFile
All Implemented Interfaces:
Serializable, org.apache.struts.upload.FormFile

public class BlankFormFile
extends Object
implements org.apache.struts.upload.FormFile, Serializable

Empty FormFile instance, used to clear out FormFile attributes of Struts forms.

See Also:
Serialized Form

Constructor Summary
BlankFormFile()
           
 
Method Summary
 void destroy()
           
 String getContentType()
           
 byte[] getFileData()
           
 String getFileName()
           
 int getFileSize()
           
 InputStream getInputStream()
           
 void setContentType(String contentType)
           
 void setFileName(String fileName)
           
 void setFileSize(int fileSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlankFormFile

public BlankFormFile()
Method Detail

destroy

public void destroy()
Specified by:
destroy in interface org.apache.struts.upload.FormFile

getContentType

public String getContentType()
Specified by:
getContentType in interface org.apache.struts.upload.FormFile

getFileData

public byte[] getFileData()
                   throws FileNotFoundException,
                          IOException
Specified by:
getFileData in interface org.apache.struts.upload.FormFile
Throws:
FileNotFoundException
IOException

getFileName

public String getFileName()
Specified by:
getFileName in interface org.apache.struts.upload.FormFile

getFileSize

public int getFileSize()
Specified by:
getFileSize in interface org.apache.struts.upload.FormFile

getInputStream

public InputStream getInputStream()
                           throws FileNotFoundException,
                                  IOException
Specified by:
getInputStream in interface org.apache.struts.upload.FormFile
Throws:
FileNotFoundException
IOException

setContentType

public void setContentType(String contentType)
Specified by:
setContentType in interface org.apache.struts.upload.FormFile

setFileName

public void setFileName(String fileName)
Specified by:
setFileName in interface org.apache.struts.upload.FormFile

setFileSize

public void setFileSize(int fileSize)
Specified by:
setFileSize in interface org.apache.struts.upload.FormFile


Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.