Class StringMultipartFileEditor

java.lang.Object
java.beans.PropertyEditorSupport
org.springframework.web.multipart.support.StringMultipartFileEditor
All Implemented Interfaces:
PropertyEditor

public class StringMultipartFileEditor extends PropertyEditorSupport
Custom PropertyEditor for converting MultipartFiles to Strings.

Allows one to specify the charset to use.

Since:
13.10.2003
Author:
Juergen Hoeller