public interface UploadedFile
Modifier and Type | Method and Description |
---|---|
String |
getContentType() |
File |
getFile() |
String |
getFileName() |
void |
setContentType(String contentType) |
void |
setFile(File file) |
void |
setFileName(String fileName) |
Copyright © 2018 Brandao. All rights reserved.