Class PropertiesEditor
- java.lang.Object
-
- java.beans.PropertyEditorSupport
-
- org.apache.mina.integration.beans.AbstractPropertyEditor
-
- org.apache.mina.integration.beans.MapEditor
-
- org.apache.mina.integration.beans.PropertiesEditor
-
- All Implemented Interfaces:
java.beans.PropertyEditor
public class PropertiesEditor extends MapEditor
APropertyEditor
which converts aString
into aProperties
and vice versa.- Author:
- Apache MINA Project
-
-
Constructor Summary
Constructors Constructor Description PropertiesEditor()
Creates a new DateEditor instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Map<java.lang.Object,java.lang.Object>
newMap()
-
Methods inherited from class org.apache.mina.integration.beans.AbstractPropertyEditor
defaultText, defaultValue, getAsText, getValue, setAsText, setTrimText, setValue
-
-