Uses of Interface
jakarta.faces.convert.Converter
- 
Packages that use Converter Package Description jakarta.faces.application jakarta.faces.component jakarta.faces.convert org.apache.myfaces.core.api.shared 
- 
- 
Uses of Converter in jakarta.faces.applicationMethods in jakarta.faces.application that return Converter Modifier and Type Method Description abstract ConverterApplication. createConverter(Class<?> targetClass)Instantiate and return a newConverterabstract ConverterApplication. createConverter(String converterId)Instantiate and return a newConverteraddConverter()for the specified converter id.ConverterApplicationWrapper. createConverter(Class<?> targetClass)ConverterApplicationWrapper. createConverter(String converterId)
- 
Uses of Converter in jakarta.faces.componentMethods in jakarta.faces.component that return Converter Modifier and Type Method Description ConverterUIOutput. getConverter()An expression that specifies the Converter for this component.ConverterValueHolder. getConverter()Methods in jakarta.faces.component with parameters of type Converter Modifier and Type Method Description voidUIOutput. setConverter(Converter converter)voidValueHolder. setConverter(Converter converter)
- 
Uses of Converter in jakarta.faces.convertClasses in jakarta.faces.convert that implement Converter Modifier and Type Class Description classBigDecimalConvertersee Javadoc of JSF SpecificationclassBigIntegerConvertersee Javadoc of JSF SpecificationclassBooleanConvertersee Javadoc of JSF SpecificationclassByteConvertersee Javadoc of JSF SpecificationclassCharacterConvertersee Javadoc of JSF SpecificationclassDateTimeConverterThis tag associates a date time converter with the nearest parent UIComponent.classDoubleConvertersee Javadoc of JSF SpecificationclassEnumConvertersee Javadoc of JSF SpecificationclassFloatConvertersee Javadoc of JSF SpecificationclassIntegerConvertersee Javadoc of JSF SpecificationclassLongConvertersee Javadoc of JSF SpecificationclassNumberConverterThis tag creates a number formatting converter and associates it with the nearest parent UIComponent.classShortConvertersee Javadoc of JSF Specification
- 
Uses of Converter in org.apache.myfaces.core.api.sharedMethods in org.apache.myfaces.core.api.shared that return Converter Modifier and Type Method Description static ConverterSharedRendererUtils. findUIOutputConverter(FacesContext facesContext, UIOutput component)static ConverterSharedRendererUtils. getSelectItemsValueConverter(Iterator<SelectItem> iterator, FacesContext facesContext)Iterates through the SelectItems with the given Iterator and tries to obtain a by-class-converter based on the Class of SelectItem.getValue().static ConverterSharedRendererUtils. getValueTypeConverter(FacesContext facesContext, UISelectMany component)Uses the valueType attribute of the given UISelectMany component to get a by-type converter.Methods in org.apache.myfaces.core.api.shared with parameters of type Converter Modifier and Type Method Description static booleanSelectItemsUtil. isNoSelectionOption(FacesContext context, UIComponent uiComponent, Object value, Iterator<SelectItem> iterator, Converter converter)static booleanSelectItemsUtil. matchValue(FacesContext context, UIComponent uiComponent, Object value, Iterator<SelectItem> iterator, Converter converter)
 
-