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
-
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, setAsText
Methods 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:ConverterPropertyEditorBase
Return the target class of the objects that are being edited. This is used as a key to find the appropriateConverter
from the Faces application.- Specified by:
getTargetClass
in classConverterPropertyEditorBase
- Returns:
- the target class.
-