Class BlankFormFile
java.lang.Object
org.kuali.rice.kns.web.struts.form.BlankFormFile
- All Implemented Interfaces:
Serializable,org.apache.struts.upload.FormFile
@Deprecated
public class BlankFormFile
extends Object
implements org.apache.struts.upload.FormFile, Serializable
Deprecated.
KNS Struts deprecated, use KRAD and the Spring MVC framework.
Empty FormFile instance, used to clear out FormFile attributes of Struts forms.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()Deprecated.Deprecated.byte[]Deprecated.Deprecated.intDeprecated.Deprecated.voidsetContentType(String contentType) Deprecated.voidsetFileName(String fileName) Deprecated.voidsetFileSize(int fileSize) Deprecated.
-
Constructor Details
-
BlankFormFile
public BlankFormFile()Deprecated.
-
-
Method Details
-
destroy
public void destroy()Deprecated.- Specified by:
destroyin interfaceorg.apache.struts.upload.FormFile
-
getContentType
Deprecated.- Specified by:
getContentTypein interfaceorg.apache.struts.upload.FormFile
-
getFileData
Deprecated.- Specified by:
getFileDatain interfaceorg.apache.struts.upload.FormFile- Throws:
FileNotFoundExceptionIOException
-
getFileName
Deprecated.- Specified by:
getFileNamein interfaceorg.apache.struts.upload.FormFile
-
getFileSize
public int getFileSize()Deprecated.- Specified by:
getFileSizein interfaceorg.apache.struts.upload.FormFile
-
getInputStream
Deprecated.- Specified by:
getInputStreamin interfaceorg.apache.struts.upload.FormFile- Throws:
FileNotFoundExceptionIOException
-
setContentType
Deprecated.- Specified by:
setContentTypein interfaceorg.apache.struts.upload.FormFile
-
setFileName
Deprecated.- Specified by:
setFileNamein interfaceorg.apache.struts.upload.FormFile
-
setFileSize
public void setFileSize(int fileSize) Deprecated.- Specified by:
setFileSizein interfaceorg.apache.struts.upload.FormFile
-