@Deprecated public class BlankFormFile extends Object implements org.apache.struts.upload.FormFile, Serializable
| Constructor and Description |
|---|
BlankFormFile()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public BlankFormFile()
public void destroy()
destroy in interface org.apache.struts.upload.FormFilepublic String getContentType()
getContentType in interface org.apache.struts.upload.FormFilepublic byte[] getFileData() throws FileNotFoundException, IOException
getFileData in interface org.apache.struts.upload.FormFileFileNotFoundExceptionIOExceptionpublic String getFileName()
getFileName in interface org.apache.struts.upload.FormFilepublic int getFileSize()
getFileSize in interface org.apache.struts.upload.FormFilepublic InputStream getInputStream() throws FileNotFoundException, IOException
getInputStream in interface org.apache.struts.upload.FormFileFileNotFoundExceptionIOExceptionpublic void setContentType(String contentType)
setContentType in interface org.apache.struts.upload.FormFilepublic void setFileName(String fileName)
setFileName in interface org.apache.struts.upload.FormFilepublic void setFileSize(int fileSize)
setFileSize in interface org.apache.struts.upload.FormFileCopyright © 2005–2016 The Kuali Foundation. All rights reserved.