Package org.jboss.util.propertyeditor
Class StringEditor
- java.lang.Object
-
- java.beans.PropertyEditorSupport
-
- org.jboss.util.propertyeditor.StringEditor
-
- All Implemented Interfaces:
java.beans.PropertyEditor
public class StringEditor extends java.beans.PropertyEditorSupport
A property editor forString
. It is really a no-op but it is hoped to provide slightly better performance, by avoiding the continuous lookup/failure of a property editor for plain Strings within the org.jboss.util.propertyeditor package, before falling back to the jdk provided String editor.- Version:
- $Revision$
-
-
Constructor Summary
Constructors Constructor Description StringEditor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setAsText(java.lang.String text)
Keep the provided String as is.
-