public static interface FormData.FormValue
| Modifier and Type | Method and Description |
|---|---|
File |
getFile() |
String |
getFileName() |
HeaderMap |
getHeaders() |
String |
getValue() |
boolean |
isFile()
Returns true if this is a file and not a simple string
|
String getValue()
IllegalStateException - If this is not a simple string valueboolean isFile()
File getFile()
IllegalStateException - if this is not a fileString getFileName()
HeaderMap getHeaders()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.