| Package | Description |
|---|---|
| org.spincast.core.exchange | |
| org.spincast.core.server |
| Modifier and Type | Method and Description |
|---|---|
UploadedFile |
RequestRequestContextAddon.getUploadedFileFirst(String htmlName)
The uploaded files of the specified HTML's
name attribute. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<UploadedFile>> |
RequestRequestContextAddon.getUploadedFiles()
The key of the map if the HTML's
name attribute. |
List<UploadedFile> |
RequestRequestContextAddon.getUploadedFiles(String htmlName)
The uploaded files of the specified HTML's
name attribute. |
| Modifier and Type | Class and Description |
|---|---|
class |
UploadedFileDefault |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<UploadedFile>> |
Server.getUploadedFiles(Object exchange)
The uploaded files, if any.
|
Copyright © 2018. All rights reserved.