| 程序包 | 说明 |
|---|---|
| net.hasor.web |
hasor-web 开发框架。
|
| net.hasor.web.upload |
hasor-web 框架中文件上传功能实现。
|
| net.hasor.web.upload.util |
This package contains various IO related utility classes
or methods, which are basically reusable and not necessarily
restricted to the scope of a file upload.
|
| 限定符和类型 | 方法和说明 |
|---|---|
FileItemHeaders |
FileItemStream.getHeaders()
Returns the collection of headers defined locally within this item.
|
| 限定符和类型 | 方法和说明 |
|---|---|
FileItemHeaders |
FileItemBase.getHeaders() |
protected FileItemHeaders |
FileUpload.getParsedHeaders(String headerPart)
Parses the
header-part and returns as key/value pairs. |
| 限定符和类型 | 方法和说明 |
|---|---|
protected String |
FileUpload.getFieldName(FileItemHeaders headers)
Retrieves the field name from the
Content-disposition header. |
protected String |
FileUpload.getFileName(FileItemHeaders headers)
Retrieves the file name from the
Content-disposition header. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
HeadersSet
Default implementation of the
FileItemHeaders interface. |
Copyright © 2020. All rights reserved.