Uses of Interface
ratpack.core.form.UploadedFile
-
Packages that use UploadedFile Package Description ratpack.core.form Support for handling uploaded forms, including file uploads. -
-
Uses of UploadedFile in ratpack.core.form
Methods in ratpack.core.form that return UploadedFile Modifier and Type Method Description UploadedFile
Form. file(String name)
Return the first uploaded file with the given name.Methods in ratpack.core.form that return types with arguments of type UploadedFile Modifier and Type Method Description MultiValueMap<String,UploadedFile>
Form. files()
Returns all of the uploaded files.List<UploadedFile>
Form. files(String name)
Return all of the uploaded files with the given name.
-