public interface MultiPart
| 限定符和类型 | 方法和说明 |
|---|---|
esa.commons.collection.MultiValueMap<String,String> |
attributes()
Returns the attributes of this multipart request.
|
List<MultipartFile> |
uploadFiles()
Returns the uploaded files of this multipart request.
|
List<MultipartFile> uploadFiles()
empty if there's no files received in this request.Copyright © 2020. All rights reserved.