public class UploadFileInTempDirectoryHandler extends AbstractTmpUploadFileHandler implements UploadFileHandler
UploadFileHandler to upload to temporary directory first and then rename the file to final target file.WORK_FILE_DIRECTORY| Constructor and Description |
|---|
UploadFileInTempDirectoryHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
getUploadFileName(String path,
String fileName)
return the temporary or not temporary uploadFileName
|
doExceptionHandling, doRenameToTargetFileclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoExceptionHandling, doRenameToTargetFilepublic String getUploadFileName(String path, String fileName)
UploadFileHandlergetUploadFileName in interface UploadFileHandlerpath - PathfileName - target FileNameCopyright © 2017–2020. All rights reserved.