| Package | Description |
|---|---|
| org.spincast.core.exchange | |
| org.spincast.core.server | |
| org.spincast.plugins.request | |
| org.spincast.plugins.undertow |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
UploadedFile |
SpincastRequestRequestContextAddon.getUploadedFileFirst(String name) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<UploadedFile>> |
SpincastRequestRequestContextAddon.getUploadedFiles() |
List<UploadedFile> |
SpincastRequestRequestContextAddon.getUploadedFiles(String name) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<UploadedFile>> |
SpincastUndertowServer.getUploadedFiles(Object exchangeObj) |
Copyright © 2019. All rights reserved.