public interface FormDataPart
MultipartForm.| Modifier and Type | Method and Description | 
|---|---|
Buffer | 
content()  | 
String | 
filename()  | 
boolean | 
isAttribute()  | 
boolean | 
isFileUpload()  | 
Boolean | 
isText()  | 
String | 
mediaType()  | 
String | 
name()  | 
String | 
pathname()  | 
String | 
value()  | 
String name()
boolean isAttribute()
true when this part is an attributeboolean isFileUpload()
true when this part is a file uploadString value()
nullString filename()
nullString pathname()
nullBuffer content()
nullString mediaType()
nullBoolean isText()
nullCopyright © 2020 Eclipse. All rights reserved.