类 AbstractMultipart
java.lang.Object
cn.taketoday.web.multipart.support.AbstractMultipart
- 所有已实现的接口:
Multipart
- 直接已知子类:
AbstractMultipartFile,ServletPartFormData
- 从以下版本开始:
- 4.0 2022/5/13 11:06
- 作者:
- Harry Yang
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected HttpHeadersReturn the headers for the specified part of the multipart request.从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 cn.taketoday.web.multipart.Multipart
delete, getName, getValue, isFormField
-
字段详细资料
-
headers
-
-
构造器详细资料
-
AbstractMultipart
public AbstractMultipart()
-
-
方法详细资料
-
getHeaders
从接口复制的说明:MultipartReturn the headers for the specified part of the multipart request.If the underlying implementation supports access to part headers, then all headers are returned. Otherwise, e.g. for a file upload, the returned headers may expose a 'Content-Type' if available.
- 指定者:
getHeaders在接口中Multipart
-
createHttpHeaders
-