public interface MultiPartSpecification
| Modifier and Type | Method and Description |
|---|---|
String |
getCharset() |
Object |
getContent() |
String |
getControlName() |
String |
getFileName() |
String |
getMimeType() |
boolean |
hasFileName() |
Object getContent()
String getControlName()
null.String getMimeType()
null.String getCharset()
null.String getFileName()
null.boolean hasFileName()
true if this multi-part specification contains a filename, false otherwise.Copyright © 2010–2015. All rights reserved.