Uses of Interface
javax.faces.convert.Converter

Packages that use Converter
javax.faces.application   
javax.faces.component   
javax.faces.convert   
javax.faces.webapp   
 

Uses of Converter in javax.faces.application
 

Methods in javax.faces.application that return Converter
abstract  Converter Application.createConverter(java.lang.Class targetClass)
           
abstract  Converter Application.createConverter(java.lang.String converterId)
           
 

Uses of Converter in javax.faces.component
 

Methods in javax.faces.component that return Converter
 Converter UIOutput.getConverter()
           
 Converter ValueHolder.getConverter()
           
 

Methods in javax.faces.component with parameters of type Converter
 void UIOutput.setConverter(Converter converter)
           
 void ValueHolder.setConverter(Converter converter)
           
 

Uses of Converter in javax.faces.convert
 

Classes in javax.faces.convert that implement Converter
 class BigDecimalConverter
          see Javadoc of JSF Specification
 class BigIntegerConverter
          see Javadoc of JSF Specification
 class BooleanConverter
          see Javadoc of JSF Specification
 class ByteConverter
          see Javadoc of JSF Specification
 class CharacterConverter
          see Javadoc of JSF Specification
 class DateTimeConverter
          see Javadoc of JSF Specification
 class DoubleConverter
          see Javadoc of JSF Specification
 class FloatConverter
          see Javadoc of JSF Specification
 class IntegerConverter
          see Javadoc of JSF Specification
 class LongConverter
          see Javadoc of JSF Specification
 class NumberConverter
          see Javadoc of JSF Specification
 class ShortConverter
          see Javadoc of JSF Specification
 

Uses of Converter in javax.faces.webapp
 

Methods in javax.faces.webapp that return Converter
protected  Converter ConverterTag.createConverter()
           
 



Copyright © 2011. All Rights Reserved.