com.sun.faces.application
Class ConverterPropertyEditorFor_XXXX

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by com.sun.faces.application.ConverterPropertyEditorBase
          extended by com.sun.faces.application.ConverterPropertyEditorFor_XXXX
All Implemented Interfaces:
java.beans.PropertyEditor

public class ConverterPropertyEditorFor_XXXX
extends ConverterPropertyEditorBase

Default template class for the dynamic generation of target-class specific PropertyEditor implementations.


Field Summary
 
Fields inherited from class com.sun.faces.application.ConverterPropertyEditorBase
logger, TARGET_COMPONENT_ATTRIBUTE_NAME
 
Constructor Summary
ConverterPropertyEditorFor_XXXX()
           
 
Method Summary
protected  java.lang.Class<?> getTargetClass()
          Return the target class of the objects that are being edited.
 
Methods inherited from class com.sun.faces.application.ConverterPropertyEditorBase
getAsText, getComponent, setAsText
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConverterPropertyEditorFor_XXXX

public ConverterPropertyEditorFor_XXXX()
Method Detail

getTargetClass

protected java.lang.Class<?> 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 appropriate Converter from the Faces application.

Specified by:
getTargetClass in class ConverterPropertyEditorBase
Returns:
the target class.


Copyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.