Class ConverterPropertyEditorBase

java.lang.Object
java.beans.PropertyEditorSupport
com.sun.faces.application.ConverterPropertyEditorBase
All Implemented Interfaces:
PropertyEditor
Direct Known Subclasses:
ConverterPropertyEditorFor_XXXX

public abstract class ConverterPropertyEditorBase extends PropertyEditorSupport
Abstract base for a PropertyEditor that delegates to a faces Converter that was registered by-type in a faces-config descriptor. Concrete implementations (such as generated by ConverterPropertyEditorFactory) will override getTargetClass(). (This is based on the original ConverterPropertyEditor code).