org.springframework.web.multipart.support
Class ByteArrayMultipartFileEditor

java.lang.Object
  |
  +--java.beans.PropertyEditorSupport
        |
        +--org.springframework.web.multipart.support.ByteArrayMultipartFileEditor

public class ByteArrayMultipartFileEditor
extends PropertyEditorSupport

Custom PropertyEditor for converting MultipartFiles to byte arrays.

Author:
Juergen Hoeller
Since: 13.10.2003

Method Summary
 voidsetValue(Object value)
           

Methods inherited from class java.beans.PropertyEditorSupport
firePropertyChange, isPaintable, supportsCustomEditor, getCustomEditor, addPropertyChangeListener, removePropertyChangeListener, getValue, getAsText, getJavaInitializationString, getTags, setAsText, paintValue

Methods inherited from class java.lang.Object
hashCode, notify, notifyAll, wait, wait, wait, getClass, equals, toString

Method Detail

setValue

public void setValue(Object value)