public class UploadFileHeader extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getContentDisposition() |
String |
getContentType() |
String |
getFileName() |
String |
getFormFieldName() |
String |
getFormFileName() |
String |
getMimeSubtype() |
String |
getMimeType() |
boolean |
isFile() |
public boolean isFile()
true if uploaded data are correctly marked as a file. This is true if header contains string 'filename'.public String getFormFieldName()
public String getFormFileName()
public String getFileName()
public String getContentType()
getMimeType(),
getMimeSubtype()public String getMimeType()
public String getMimeSubtype()
public String getContentDisposition()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.