Uses of Interface
org.spincast.core.server.UploadedFile
Packages that use UploadedFile
Package
Description
-
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'sname
attribute.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'sname
attribute.RequestRequestContextAddon.getUploadedFiles
(String htmlName) The uploaded files of the specified HTML'sname
attribute. -
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. -
Uses of UploadedFile in org.spincast.plugins.request
Methods in org.spincast.plugins.request that return UploadedFileModifier and TypeMethodDescriptionSpincastRequestRequestContextAddon.getUploadedFileFirst
(String name) Methods in org.spincast.plugins.request that return types with arguments of type UploadedFileModifier and TypeMethodDescriptionSpincastRequestRequestContextAddon.getUploadedFiles()
SpincastRequestRequestContextAddon.getUploadedFiles
(String name) -
Uses of UploadedFile in org.spincast.plugins.undertow
Methods in org.spincast.plugins.undertow that return types with arguments of type UploadedFile