| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(Class targetClass) | 
| abstract  Converter | Application.createConverter(String converterId) | 
| Uses of Converter in javax.faces.component | 
|---|
| Methods in javax.faces.component that return Converter | |
|---|---|
|  Converter | ValueHolder.getConverter() | 
|  Converter | UIOutput.getConverter()The value can either be a static value (ID) or an EL expression. | 
| Methods in javax.faces.component with parameters of type Converter | |
|---|---|
|  void | ValueHolder.setConverter(Converter converter) | 
|  void | UIOutput.setConverter(Converter converter) | 
| Uses of Converter in javax.faces.convert | 
|---|
| Classes in javax.faces.convert that implement Converter | |
|---|---|
|  class | BigDecimalConvertersee Javadoc of JSF Specification | 
|  class | BigIntegerConvertersee Javadoc of JSF Specification | 
|  class | BooleanConvertersee Javadoc of JSF Specification | 
|  class | ByteConvertersee Javadoc of JSF Specification | 
|  class | CharacterConvertersee Javadoc of JSF Specification | 
|  class | DateTimeConverterThis tag associates a date time converter with the nearest parent UIComponent. | 
|  class | DoubleConvertersee Javadoc of JSF Specification | 
|  class | FloatConvertersee Javadoc of JSF Specification | 
|  class | IntegerConvertersee Javadoc of JSF Specification | 
|  class | LongConvertersee Javadoc of JSF Specification | 
|  class | NumberConverterThis tag creates a number formatting converter and associates it with the nearest parent UIComponent. | 
|  class | ShortConvertersee Javadoc of JSF Specification | 
| Uses of Converter in javax.faces.webapp | 
|---|
| Methods in javax.faces.webapp that return Converter | |
|---|---|
| protected  Converter | ConverterTag.createConverter() | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||