org.apache.taglibs.standard.lang.jstl.test
Class Bean2Editor

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by org.apache.taglibs.standard.lang.jstl.test.Bean2Editor
All Implemented Interfaces:
java.beans.PropertyEditor

public class Bean2Editor
extends java.beans.PropertyEditorSupport

PropertyEditor for parsing Bean2

Version:
$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: kchung $
Author:
Nathan Abramson - Art Technology Group

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

Constructor Detail

Bean2Editor

public Bean2Editor()
Method Detail

setAsText

public void setAsText(java.lang.String pText)
               throws java.lang.IllegalArgumentException
Specified by:
setAsText in interface java.beans.PropertyEditor
Overrides:
setAsText in class java.beans.PropertyEditorSupport
Throws:
java.lang.IllegalArgumentException


Copyright (c) 1999-2012 Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.