| Package | Description |
|---|---|
| org.appng.forms |
Types for handling HTTP POST- and GET-requests
|
| org.appng.forms.impl |
Request and FormUpload implementations |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<FormUpload>> |
RequestContainer.getFormUploads()
Returns all
FormUploads for the request as immutable map. |
List<FormUpload> |
RequestContainer.getFormUploads(String name)
Returns an immutable
List of all FormUploads for the parameter with the given name. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FormUploadValidator.isValid(FormUpload formUpload)
Validates the given
FormUpload. |
| Modifier and Type | Class and Description |
|---|---|
class |
FormUploadBean
Default
FormUpload implementation. |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,List<FormUpload>> |
RequestBean.formUploads |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<FormUpload>> |
RequestBean.getFormUploads() |
List<FormUpload> |
RequestBean.getFormUploads(String name) |
Copyright © 2011–2017 aiticon GmbH. All rights reserved.