com.basistech.rlp
Class RLPEnvironmentEditor

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by 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.


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

Constructor Detail

RLPEnvironmentEditor

public RLPEnvironmentEditor()
Method Detail

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.