Uses of Interface
io.avaje.jex.UploadedFile
Packages that use UploadedFile
-
Uses of UploadedFile in io.avaje.jex
Methods in io.avaje.jex that return UploadedFileModifier and TypeMethodDescriptionContext.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 UploadedFileModifier and TypeMethodDescriptionContext.uploadedFiles()Return a list of all UploadedFiles.Context.uploadedFiles(String name) Return a list of UploadedFiles for the specified name, or empty list.