org.springframework.beans.propertyeditors
Class StringArrayPropertyEditor

java.lang.Object
  |
  +--java.beans.PropertyEditorSupport
        |
        +--org.springframework.beans.propertyeditors.StringArrayPropertyEditor

public class StringArrayPropertyEditor
extends PropertyEditorSupport

Properties editor for String[] type. Strings must be in CSV format. This property editor is automatically registered by BeanWrapperImpl.

Author:
Rod Johnson
See Also: BeanWrapperImpl

Method Summary
 StringgetAsText()
           
 voidsetAsText(String s)
           

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

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

Method Detail

getAsText

public String getAsText()

setAsText

public void setAsText(String s)
throws java.lang.IllegalArgumentException