Uses of Interface
io.avaje.jex.UploadedFile
-
Packages that use UploadedFile Package Description io.avaje.jex io.avaje.jex.core -
-
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. -
Uses of UploadedFile in io.avaje.jex.core
Methods in io.avaje.jex.core that return types with arguments of type UploadedFile Modifier and Type Method Description List<UploadedFile>ServiceManager. uploadedFiles(javax.servlet.http.HttpServletRequest req, String name)
-