Package | Description |
---|---|
bayou.form |
Html form handling.
|
Modifier and Type | Method and Description |
---|---|
FormDataFile |
FormData.file(String key)
Get the file under the key; null if none.
|
static FormDataFile |
FormDataFile.of(String localPath)
Create a FormDataFile based on the local file.
|
Modifier and Type | Method and Description |
---|---|
Map<String,List<FormDataFile>> |
FormData.files()
Get all file entries.
|
List<FormDataFile> |
FormData.files(String key)
Get files under the key.
|
Modifier and Type | Method and Description |
---|---|
FormData |
FormData.file(String key,
FormDataFile ff)
Add a file entry.
|