Uses of Interface
io.avaje.jex.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()Return a list of all UploadedFiles.List<UploadedFile>Context. uploadedFiles(String name)Return a list of UploadedFiles for the specified name, or empty list.