Uses of Class
jodd.http.upload.FileUpload
Packages that use FileUpload
Package
Description
Uploadable content and few implementations.
-
Uses of FileUpload in jodd.http.upload
Methods in jodd.http.upload that return FileUploadModifier and TypeMethodDescriptionFileUploadFactory.create(MultipartRequestInputStream input) Creates new instance ofuploaded file.Returns uploaded file.Returns all uploaded files the given request parameter has.Methods in jodd.http.upload with parameters of type FileUploadModifier and TypeMethodDescriptionprotected voidMultipartStreamParser.putFile(String name, FileUpload value) -
Uses of FileUpload in jodd.http.upload.impl
Subclasses of FileUpload in jodd.http.upload.implModifier and TypeClassDescriptionclassSmartFileUploadimplementation that defer the action of what to do with uploaded file for later.classFileUploadthat saves uploaded files directly to destination folder.classFileUploadthat stores uploaded files in memory byte array.Methods in jodd.http.upload.impl that return FileUploadModifier and TypeMethodDescriptionAdaptiveFileUploadFactory.create(MultipartRequestInputStream input) Creates new instance ofuploaded file.DiskFileUploadFactory.create(MultipartRequestInputStream input) Creates new instance ofuploaded file.MemoryFileUploadFactory.create(MultipartRequestInputStream input) Creates new instance ofuploaded file.