java.lang.Object
java.beans.PropertyEditorSupport
com.sun.faces.application.ConverterPropertyEditorBase
com.sun.faces.application.ConverterPropertyEditorFor_XXXX
- All Implemented Interfaces:
 PropertyEditor
Default template class for the dynamic generation of target-class specific PropertyEditor implementations.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected Class<?> Return the target class of the objects that are being edited.Methods inherited from class com.sun.faces.application.ConverterPropertyEditorBase
getAsText, setAsTextMethods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor 
- 
Constructor Details
- 
ConverterPropertyEditorFor_XXXX
public ConverterPropertyEditorFor_XXXX() 
 - 
 - 
Method Details
- 
getTargetClass
Description copied from class:ConverterPropertyEditorBaseReturn the target class of the objects that are being edited. This is used as a key to find the appropriateConverterfrom the Faces application.- Specified by:
 getTargetClassin classConverterPropertyEditorBase- Returns:
 - the target class.
 
 
 -