Uses of Interface
jakarta.faces.convert.Converter
Packages that use Converter
Package
Description
-
Uses of Converter in com.sun.faces.application
Methods in com.sun.faces.application that return ConverterModifier and TypeMethodDescriptionConverter
<?> ApplicationImpl.createConverter
(Class<?> targetClass) Converter
<?> ApplicationImpl.createConverter
(String converterId) -
Uses of Converter in com.sun.faces.application.annotation
Methods in com.sun.faces.application.annotation with parameters of type ConverterModifier and TypeMethodDescriptionvoid
AnnotationManager.applyConverterAnnotations
(FacesContext ctx, Converter c) Apply annotations relevant toConverter
instances. -
Uses of Converter in com.sun.faces.application.applicationimpl
Methods in com.sun.faces.application.applicationimpl that return ConverterModifier and TypeMethodDescriptionInstanceFactory.createConverter
(Class<?> targetClass) Converter
<?> InstanceFactory.createConverter
(String converterId) -
Uses of Converter in com.sun.faces.cdi
Classes in com.sun.faces.cdi that implement ConverterMethods in com.sun.faces.cdi that return ConverterModifier and TypeMethodDescriptionstatic Converter
<?> CdiUtils.createConverter
(BeanManager beanManager, Class<?> forClass) Create a converter using the FacesConverter forClass attribute.static Converter
<?> CdiUtils.createConverter
(BeanManager beanManager, String value) Create a converter using the FacesConverter value attribute.Constructors in com.sun.faces.cdi with parameters of type ConverterModifierConstructorDescriptionCdiConverter
(String converterId, Class forClass, Converter delegate) Constructor. -
Uses of Converter in com.sun.faces.ext.component
Methods in com.sun.faces.ext.component with parameters of type Converter -
Uses of Converter in com.sun.faces.facelets.tag.faces.core
Methods in com.sun.faces.facelets.tag.faces.core that return ConverterModifier and TypeMethodDescriptionprotected Converter
ConvertDateTimeHandler.createConverter
(FaceletContext ctx) Returns a new DateTimeConverterprotected Converter
ConvertDelegateHandler.createConverter
(FaceletContext ctx) Uses the specified "converterId" to pull an instance from the Applicationprotected Converter
ConvertNumberHandler.createConverter
(FaceletContext ctx) Returns a new NumberConverter -
Uses of Converter in com.sun.faces.renderkit.html_basic
Methods in com.sun.faces.renderkit.html_basic with parameters of type ConverterModifier and TypeMethodDescriptionprotected String
HtmlBasicRenderer.getFormattedValue
(FacesContext context, UIComponent component, Object currentValue, Converter converter) Overloads getFormattedValue to take a advantage of a previously obtained converter.protected boolean
MenuRenderer.isSelected
(FacesContext context, UIComponent component, Object itemValue, Object valueArray, Converter<?> converter) protected void
RadioRenderer.renderInput
(FacesContext context, ResponseWriter writer, UIComponent component, String clientId, Object itemValue, Converter<?> converter, boolean checked, boolean disabled, RadioRenderer.Group group) protected boolean
MenuRenderer.renderOption
(FacesContext context, UIComponent component, UIComponent selectComponent, Converter<?> converter, SelectItem curItem, Object currentSelections, Object[] submittedValues, HtmlBasicRenderer.OptionComponentInfo optionInfo) protected void
RadioRenderer.renderOption
(FacesContext context, UIComponent component, Converter converter, SelectItem curItem, Object currentSelections, Object[] submittedValues, Boolean newTableRow, int itemNumber, HtmlBasicRenderer.OptionComponentInfo optionInfo) protected void
SelectManyCheckboxListRenderer.renderOption
(FacesContext context, UIComponent component, Converter converter, SelectItem curItem, Object currentSelections, Object[] submittedValues, Boolean newTableRow, int itemNumber, HtmlBasicRenderer.OptionComponentInfo optionInfo) -
Uses of Converter in com.sun.faces.util
Methods in com.sun.faces.util that return ConverterModifier and TypeMethodDescriptionstatic Converter
Util.getConverterForClass
(Class converterClass, FacesContext context) static Converter
Util.getConverterForIdentifer
(String converterId, FacesContext context) -
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 newConverter
instance of the class that has registered itself as capable of performing conversions for objects of the specified type.abstract Converter
Application.createConverter
(String converterId) Instantiate and return a newConverter
instance of the class specified by a previous call toaddConverter()
for the specified converter id.ApplicationWrapper.createConverter
(Class<?> targetClass) The default behavior of this method is to callApplication.createConverter(Class)
on the wrappedApplication
object.ApplicationWrapper.createConverter
(String converterId) The default behavior of this method is to callApplication.createConverter(String)
on the wrappedApplication
object. -
Uses of Converter in jakarta.faces.component
Methods in jakarta.faces.component that return ConverterModifier and TypeMethodDescriptionUIOutput.getConverter()
ValueHolder.getConverter()
Return theConverter
(if any) that is registered for thisUIComponent
.Methods in jakarta.faces.component with parameters of type ConverterModifier and TypeMethodDescriptionvoid
UIOutput.setConverter
(Converter converter) void
ValueHolder.setConverter
(Converter converter) Set theConverter
(if any) that is registered for thisUIComponent
. -
Uses of Converter in jakarta.faces.convert
Classes in jakarta.faces.convert that implement ConverterModifier and TypeClassDescriptionclass
Converter
implementation forjava.math.BigDecimal
values.class
Converter
implementation forjava.math.BigInteger
values.class
Converter
implementation forjava.lang.Boolean
(and boolean primitive) values.class
Converter
implementation forjava.lang.Byte
(and byte primitive) values.class
Converter
implementation forjava.lang.Character
(and char primitive) values.class
Converter
implementation forjava.util.Date
values.class
Converter
implementation forjava.lang.Double
(and double primitive) values.class
Converter
implementation forjava.lang.Enum
(and enum primitive) values.class
Converter
implementation forjava.lang.Float
(and float primitive) values.class
Converter
implementation forjava.lang.Integer
(and int primitive) values.class
Converter
implementation forjava.lang.Long
(and long primitive) values.class
Converter
implementation forjava.lang.Number
values.class
Converter
implementation forjava.lang.Short
(and short primitive) values.class
Converter
implementation forjava.util.UUID
values.