Class FormFileDataSource
java.lang.Object
com.echothree.view.client.web.struts.FormFileDataSource
- All Implemented Interfaces:
javax.activation.DataSource
-
Constructor Summary
ConstructorsConstructorDescriptionFormFileDataSource
(org.apache.struts.upload.FormFile formFile) Creates a new instance of FormFileDataSource -
Method Summary
-
Constructor Details
-
FormFileDataSource
Creates a new instance of FormFileDataSource
-
-
Method Details
-
getInputStream
- Specified by:
getInputStream
in interfacejavax.activation.DataSource
- Throws:
IOException
-
getOutputStream
- Specified by:
getOutputStream
in interfacejavax.activation.DataSource
- Throws:
IOException
-
getContentType
- Specified by:
getContentType
in interfacejavax.activation.DataSource
-
getName
- Specified by:
getName
in interfacejavax.activation.DataSource
-