com.ibm.xsp.converter
Class AbstractConverter

java.lang.Object
  extended by com.ibm.xsp.complex.ValueBindingObjectImpl
      extended by com.ibm.xsp.converter.AbstractConverter
All Implemented Interfaces:
ComponentBindingObject, ValueBindingObject, javax.faces.component.StateHolder, javax.faces.convert.Converter

public abstract class AbstractConverter
extends ValueBindingObjectImpl
implements javax.faces.convert.Converter

Useful superclass for converters.


Constructor Summary
AbstractConverter()
           
 
Method Summary
 
Methods inherited from class com.ibm.xsp.complex.ValueBindingObjectImpl
getComponent, getFacesContext, getValueBinding, isTransient, restoreState, saveState, setComponent, setTransient, setValueBinding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.faces.convert.Converter
getAsObject, getAsString
 

Constructor Detail

AbstractConverter

public AbstractConverter()