Uses of Interface
org.spincast.core.server.UploadedFile
Package
Description
-
Uses of UploadedFile in org.spincast.core.exchange
Modifier and TypeMethodDescriptionRequestRequestContextAddon.getUploadedFileFirst
(String htmlName) The uploaded files of the specified HTML'sname
attribute.Modifier 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
Modifier and TypeMethodDescriptionServer.getUploadedFiles
(Object exchange) The uploaded files, if any. -
Uses of UploadedFile in org.spincast.plugins.request
Modifier and TypeMethodDescriptionSpincastRequestRequestContextAddon.getUploadedFileFirst
(String name) Modifier and TypeMethodDescriptionSpincastRequestRequestContextAddon.getUploadedFiles()
SpincastRequestRequestContextAddon.getUploadedFiles
(String name) -
Uses of UploadedFile in org.spincast.plugins.undertow