org.springframework.web.multipart.support
Class ByteArrayMultipartFileEditor

java.lang.Object
  extended byjava.beans.PropertyEditorSupport
      extended byorg.springframework.web.multipart.support.ByteArrayMultipartFileEditor
All Implemented Interfaces:
PropertyEditor

public class ByteArrayMultipartFileEditor
extends PropertyEditorSupport

Custom PropertyEditor for converting MultipartFiles to byte arrays.

Since:
13.10.2003
Author:
Juergen Hoeller

Field Summary
protected  Log logger
           
 
Constructor Summary
ByteArrayMultipartFileEditor()
           
 
Method Summary
 void setValue(Object value)
           
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setAsText, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected final Log logger
Constructor Detail

ByteArrayMultipartFileEditor

public ByteArrayMultipartFileEditor()
Method Detail

setValue

public void setValue(Object value)


Copyright (C) 2003-2004 The Spring Framework Project.