Uses of Interface
jakarta.faces.convert.Converter
Package
Description
-
Uses of Converter in com.sun.faces.application
Modifier and TypeMethodDescriptionConverter
<?> ApplicationImpl.createConverter
(Class<?> targetClass) Converter
<?> ApplicationImpl.createConverter
(String converterId) -
Uses of Converter in com.sun.faces.application.annotation
Modifier and TypeMethodDescriptionvoid
AnnotationManager.applyConverterAnnotations
(FacesContext ctx, Converter c) Apply annotations relevant toConverter
instances. -
Uses of Converter in com.sun.faces.application.applicationimpl
Modifier and TypeMethodDescriptionInstanceFactory.createConverter
(Class<?> targetClass) Converter
<?> InstanceFactory.createConverter
(String converterId) -
Uses of Converter in com.sun.faces.cdi
Modifier 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.ModifierConstructorDescriptionCdiConverter
(String converterId, Class forClass, Converter delegate) Constructor. -
Uses of Converter in com.sun.faces.ext.component
-
Uses of Converter in com.sun.faces.facelets.tag.faces.core
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionstatic Converter
Util.getConverterForClass
(Class converterClass, FacesContext context) static Converter
Util.getConverterForIdentifer
(String converterId, FacesContext context) -
Uses of Converter in jakarta.faces.application
Modifier 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
Modifier and TypeMethodDescriptionUIOutput.getConverter()
ValueHolder.getConverter()
Return theConverter
(if any) that is registered for thisUIComponent
.Modifier 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
Modifier 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.