Uses of Class
jodd.http.upload.FileUpload
-
Packages that use FileUpload Package Description jodd.http.upload Uploadable content and few implementations.jodd.http.upload.impl -
-
Uses of FileUpload in jodd.http.upload
Methods in jodd.http.upload that return FileUpload Modifier and Type Method Description FileUploadFileUploadFactory. create(MultipartRequestInputStream input)Creates new instance ofuploaded file.FileUploadMultipartStreamParser. getFile(java.lang.String paramName)Returns uploaded file.FileUpload[]MultipartStreamParser. getFiles(java.lang.String paramName)Returns all uploaded files the given request parameter has.Methods in jodd.http.upload with parameters of type FileUpload Modifier and Type Method Description protected voidMultipartStreamParser. putFile(java.lang.String name, FileUpload value) -
Uses of FileUpload in jodd.http.upload.impl
Subclasses of FileUpload in jodd.http.upload.impl Modifier and Type Class Description classAdaptiveFileUploadSmartFileUploadimplementation that defer the action of what to do with uploaded file for later.classDiskFileUploadFileUploadthat saves uploaded files directly to destination folder.classMemoryFileUploadFileUploadthat stores uploaded files in memory byte array.Methods in jodd.http.upload.impl that return FileUpload Modifier and Type Method Description FileUploadAdaptiveFileUploadFactory. create(MultipartRequestInputStream input)Creates new instance ofuploaded file.FileUploadDiskFileUploadFactory. create(MultipartRequestInputStream input)Creates new instance ofuploaded file.FileUploadMemoryFileUploadFactory. create(MultipartRequestInputStream input)Creates new instance ofuploaded file.
-