com.basistech.rlp
Class RLPEnvironmentEditor
java.lang.Object
java.beans.PropertyEditorSupport
com.basistech.rlp.RLPEnvironmentEditor
- All Implemented Interfaces:
- PropertyEditor
public class RLPEnvironmentEditor
- extends PropertyEditorSupport
This class provides notational convenience for users of the Spring
IoC container, or any other facility that participates in the
java.beans property editor discipline. JavaBeans automatically
discovers PropertyEditor classes if they are in the same package as
the class they handle, and have the same name but with an 'Editor'
suffix.
This class converts a com.basistech.spring.RLPEnvironmentBean
value into a valid value for a property of type RLPEnvironment
.
Methods inherited from class java.beans.PropertyEditorSupport |
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setAsText, setSource, supportsCustomEditor |
RLPEnvironmentEditor
public RLPEnvironmentEditor()
setValue
public void setValue(Object value)
-
- Specified by:
setValue
in interface PropertyEditor
- Overrides:
setValue
in class PropertyEditorSupport
Copyright © 2004-2008 Basis Technology Corporation. All Rights Reserved.