public static interface FormData.FormValue
| Modifier and Type | Method | Description |
|---|---|---|
String |
getCharset() |
|
File |
getFile() |
Deprecated.
|
FormData.FileItem |
getFileItem() |
|
String |
getFileName() |
|
HeaderMap |
getHeaders() |
|
Path |
getPath() |
Deprecated.
|
String |
getValue() |
|
boolean |
isBigField() |
|
boolean |
isFile() |
Deprecated.
|
boolean |
isFileItem() |
String getValue()
IllegalStateException - If this is not a simple string valueString getCharset()
@Deprecated boolean isFile()
@Deprecated Path getPath()
IllegalStateException - if this is not a file@Deprecated File getFile()
FormData.FileItem getFileItem()
boolean isFileItem()
String getFileName()
HeaderMap getHeaders()
boolean isBigField()
MultiPartParserDefinition without filename specified.
A big field is stored in disk, it is a file based FileItem.
getValue() returns getCharset() decoded string from the file if it is true.Copyright © 2026 JBoss by Red Hat. All rights reserved.