|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.kns.web.struts.form.BlankFormFile
@Deprecated public class BlankFormFile
Empty FormFile instance, used to clear out FormFile attributes of Struts forms.
Constructor Summary | |
---|---|
BlankFormFile()
Deprecated. |
Method Summary | |
---|---|
void |
destroy()
Deprecated. |
String |
getContentType()
Deprecated. |
byte[] |
getFileData()
Deprecated. |
String |
getFileName()
Deprecated. |
int |
getFileSize()
Deprecated. |
InputStream |
getInputStream()
Deprecated. |
void |
setContentType(String contentType)
Deprecated. |
void |
setFileName(String fileName)
Deprecated. |
void |
setFileSize(int fileSize)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BlankFormFile()
Method Detail |
---|
public void destroy()
destroy
in interface org.apache.struts.upload.FormFile
public String getContentType()
getContentType
in interface org.apache.struts.upload.FormFile
public byte[] getFileData() throws FileNotFoundException, IOException
getFileData
in interface org.apache.struts.upload.FormFile
FileNotFoundException
IOException
public String getFileName()
getFileName
in interface org.apache.struts.upload.FormFile
public int getFileSize()
getFileSize
in interface org.apache.struts.upload.FormFile
public InputStream getInputStream() throws FileNotFoundException, IOException
getInputStream
in interface org.apache.struts.upload.FormFile
FileNotFoundException
IOException
public void setContentType(String contentType)
setContentType
in interface org.apache.struts.upload.FormFile
public void setFileName(String fileName)
setFileName
in interface org.apache.struts.upload.FormFile
public void setFileSize(int fileSize)
setFileSize
in interface org.apache.struts.upload.FormFile
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |