Uses of Interface
org.spincast.core.server.UploadedFile
Packages that use UploadedFile
-
Uses of UploadedFile in org.spincast.core.exchange
Methods in org.spincast.core.exchange that return UploadedFileModifier and TypeMethodDescriptionRequestRequestContextAddon.getUploadedFileFirst(String htmlName) The uploaded files of the specified HTML'snameattribute.Methods in org.spincast.core.exchange that return types with arguments of type UploadedFileModifier and TypeMethodDescriptionRequestRequestContextAddon.getUploadedFiles()The key of the map if the HTML'snameattribute.RequestRequestContextAddon.getUploadedFiles(String htmlName) The uploaded files of the specified HTML'snameattribute. -
Uses of UploadedFile in org.spincast.core.server
Classes in org.spincast.core.server that implement UploadedFileMethods in org.spincast.core.server that return types with arguments of type UploadedFileModifier and TypeMethodDescriptionServer.getUploadedFiles(Object exchange) The uploaded files, if any.