Uses of Class
org.apache.myfaces.trinidadinternal.convert.GenericConverter

Packages that use GenericConverter
org.apache.myfaces.trinidadinternal.convert   
 

Uses of GenericConverter in org.apache.myfaces.trinidadinternal.convert
 

Methods in org.apache.myfaces.trinidadinternal.convert that return GenericConverter
 GenericConverter GenericConverterFactory.getConverter(java.lang.Class<?> sourceType, java.lang.Class<?> targetType)
          Gets a converter that is capable of converting from the given sourceType to the given targetType.
 

Methods in org.apache.myfaces.trinidadinternal.convert with parameters of type GenericConverter
 void GenericConverterFactory.registerConverter(GenericConverter converter)
          Registers a converter.
 



Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.