photospace.web.spring
Class TagsEditor

java.lang.Object
  extended byjava.beans.PropertyEditorSupport
      extended byphotospace.web.spring.TagsEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class TagsEditor
extends java.beans.PropertyEditorSupport


Constructor Summary
TagsEditor()
           
 
Method Summary
 java.lang.String getAsText()
           
 void setAsText(java.lang.String text)
           
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setValue, supportsCustomEditor
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagsEditor

public TagsEditor()
Method Detail

setAsText

public void setAsText(java.lang.String text)
               throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

getAsText

public java.lang.String getAsText()