Uses of Class
eu.webtoolkit.jwt.servlet.UploadedFile
Packages that use UploadedFile
-
Uses of UploadedFile in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return UploadedFileModifier and TypeMethodDescriptionWFileDropWidget.File.getUploadedFile()
Returns the uploaded file as aUploadedFile
.Methods in eu.webtoolkit.jwt that return types with arguments of type UploadedFileMethods in eu.webtoolkit.jwt with parameters of type UploadedFileModifier and TypeMethodDescriptionvoid
WFileDropWidget.File.handleIncomingData
(UploadedFile file, boolean last) Constructor parameters in eu.webtoolkit.jwt with type arguments of type UploadedFile -
Uses of UploadedFile in eu.webtoolkit.jwt.servlet
Methods in eu.webtoolkit.jwt.servlet that return types with arguments of type UploadedFileModifier and TypeMethodDescriptionWebRequest.getUploadedFiles()
Returns the list of uploaded files.