Class UploadedFileItem
java.lang.Object
org.apache.tapestry5.upload.internal.services.UploadedFileItem
- All Implemented Interfaces:
UploadedFile
Implentation of
UploadedFile
for FileItems.-
Constructor Details
-
UploadedFileItem
-
-
Method Details
-
getContentType
- Specified by:
getContentType
in interfaceUploadedFile
- Returns:
- the MIME type specified when the file was uploaded.
-
getFileName
- Specified by:
getFileName
in interfaceUploadedFile
- Returns:
- the name of the file that was uploaded.
-
getFilePath
- Specified by:
getFilePath
in interfaceUploadedFile
- Returns:
- the complete path, as reported by the client browser.
-
getSize
- Specified by:
getSize
in interfaceUploadedFile
- Returns:
- the size, in bytes, of the uploaded content.
-
getStream
- Specified by:
getStream
in interfaceUploadedFile
- Returns:
- an input stream of the content of the file.
-
isInMemory
- Specified by:
isInMemory
in interfaceUploadedFile
- Returns:
- true if the uploaded content is in memory.
-
write
Description copied from interface:UploadedFile
Writes the content of the file to a known location.- Specified by:
write
in interfaceUploadedFile
- Parameters:
file
- Location to write file to
-
cleanup
-