类 StringMultipartFileEditor
java.lang.Object
java.beans.PropertyEditorSupport
cn.taketoday.web.multipart.support.StringMultipartFileEditor
- 所有已实现的接口:
PropertyEditor
Custom
PropertyEditor for converting
MultipartFiles to Strings.
Allows one to specify the charset to use.
- 从以下版本开始:
- 4.0 2022/3/2 16:37
- 作者:
- Juergen Hoeller, Harry Yang
-
字段概要
字段 -
构造器概要
构造器构造器说明Create a newStringMultipartFileEditor, using the default charset.StringMultipartFileEditor(String charsetName) Create a newStringMultipartFileEditor, using the given charset. -
方法概要
-
字段详细资料
-
charsetName
-
-
构造器详细资料
-
StringMultipartFileEditor
public StringMultipartFileEditor()Create a newStringMultipartFileEditor, using the default charset. -
StringMultipartFileEditor
Create a newStringMultipartFileEditor, using the given charset.- 参数:
charsetName- valid charset name- 另请参阅:
-
-
方法详细资料
-
setAsText
- 指定者:
setAsText在接口中PropertyEditor- 覆盖:
setAsText在类中PropertyEditorSupport
-
setValue
- 指定者:
setValue在接口中PropertyEditor- 覆盖:
setValue在类中PropertyEditorSupport
-