Uses of Interface
io.avaje.jex.UploadedFile
-
Packages that use UploadedFile Package Description io.avaje.jex -
-
Uses of UploadedFile in io.avaje.jex
Methods in io.avaje.jex that return UploadedFile Modifier and Type Method Description UploadedFileContext. uploadedFile(String name)Return the first UploadedFile for the specified name or null.Methods in io.avaje.jex that return types with arguments of type UploadedFile Modifier and Type Method Description List<UploadedFile>Context. uploadedFiles(String name)Return a list of UploadedFiles for the specified name, or empty list.
-