Uses of Interface
jakarta.faces.convert.Converter
Packages that use Converter
Package
Description
-
Uses of Converter in jakarta.faces.application
Methods in jakarta.faces.application that return ConverterModifier and TypeMethodDescriptionabstract Converter
Application.createConverter
(Class<?> targetClass) Instantiate and return a new
instance of the class that has registered itself as capable of performing conversions for objects of the specified type.Converter
abstract Converter
Application.createConverter
(String converterId) Instantiate and return a new
instance of the class specified by a previous call toConverter
addConverter()
for the specified converter id.ApplicationWrapper.createConverter
(Class<?> targetClass) ApplicationWrapper.createConverter
(String converterId) -
Uses of Converter in jakarta.faces.component
Methods in jakarta.faces.component that return ConverterModifier and TypeMethodDescriptionUIOutput.getConverter()
An expression that specifies the Converter for this component.ValueHolder.getConverter()
Methods in jakarta.faces.component with parameters of type ConverterModifier and TypeMethodDescriptionvoid
UIOutput.setConverter
(Converter converter) void
ValueHolder.setConverter
(Converter converter) -
Uses of Converter in jakarta.faces.convert
Classes in jakarta.faces.convert that implement ConverterModifier and TypeClassDescriptionclass
see Javadoc of Faces Specificationclass
see Javadoc of Faces Specificationclass
see Javadoc of Faces Specificationclass
see Javadoc of Faces Specificationclass
see Javadoc of Faces Specificationclass
This tag associates a date time converter with the nearest parent UIComponent.class
see Javadoc of Faces Specificationclass
see Javadoc of Faces Specificationclass
see Javadoc of Faces Specificationclass
see Javadoc of Faces Specificationclass
see Javadoc of Faces Specificationclass
This tag creates a number formatting converter and associates it with the nearest parent UIComponent.class
see Javadoc of Faces Specificationclass