类 ServletPartFormData
java.lang.Object
cn.taketoday.web.multipart.support.AbstractMultipart
cn.taketoday.web.multipart.support.ServletPartFormData
- 所有已实现的接口:
Multipart
Servlet based
AbstractMultipart- 从以下版本开始:
- 4.0 2022/5/13 11:05
- 作者:
- Harry Yang
-
字段概要
字段从类继承的字段 cn.taketoday.web.multipart.support.AbstractMultipart
headers -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明(专用程序包) static DefaultHttpHeaderscreateHeaders(Part part) protected HttpHeadersvoiddelete()Deletes the underlying storage for a file item, including deleting any associated temporary disk file.getName()Gets the name of this part.getValue()Return the form field value.booleanDetermines whether or not aMultipartinstance represents a simple form field.从类继承的方法 cn.taketoday.web.multipart.support.AbstractMultipart
getHeaders
-
字段详细资料
-
part
-
value
-
-
构造器详细资料
-
ServletPartFormData
-
-
方法详细资料
-
getValue
从接口复制的说明:MultipartReturn the form field value. -
isFormField
public boolean isFormField()从接口复制的说明:MultipartDetermines whether or not aMultipartinstance represents a simple form field.- 返回:
trueif the instance represents a simple form field;falseif it represents an uploaded file.
-
getName
从接口复制的说明:MultipartGets the name of this part.- 返回:
- The name of this part as a
String
-
delete
从接口复制的说明:MultipartDeletes the underlying storage for a file item, including deleting any associated temporary disk file.- 抛出:
IOException- if an error occurs.
-
createHttpHeaders
- 覆盖:
createHttpHeaders在类中AbstractMultipart
-
createHeaders
-