Uses of Class
jakarta.faces.convert.ConverterException
Package
Description
-
Uses of ConverterException in com.sun.faces.application
Modifier and TypeMethodDescriptionprotected void
PropertyEditorHelper.addConversionErrorMessage
(FacesContext context, UIComponent component, ConverterException ce) Add a conversion error message in the case of a PropertyEditor based conversion error. -
Uses of ConverterException in com.sun.faces.renderkit.html_basic
Modifier and TypeMethodDescriptionMenuRenderer.convertSelectManyValue
(FacesContext context, UISelectMany uiSelectMany, String[] newValues) protected Object
MenuRenderer.convertSelectManyValuesForArray
(FacesContext context, UISelectMany uiSelectMany, Class<?> elementType, String[] newValues) MenuRenderer.convertSelectOneValue
(FacesContext context, UISelectOne uiSelectOne, String newValue) CheckboxRenderer.getConvertedValue
(FacesContext context, UIComponent component, Object submittedValue) FileRenderer.getConvertedValue
(FacesContext context, UIComponent component, Object submittedValue) HtmlBasicInputRenderer.getConvertedValue
(FacesContext context, UIComponent component, Object submittedValue) MenuRenderer.getConvertedValue
(FacesContext context, UIComponent component, Object submittedValue) protected String
HtmlBasicRenderer.getFormattedValue
(FacesContext context, UIComponent component, Object currentValue) protected String
HtmlBasicRenderer.getFormattedValue
(FacesContext context, UIComponent component, Object currentValue, Converter converter) Overloads getFormattedValue to take a advantage of a previously obtained converter. -
Uses of ConverterException in jakarta.faces.component
Modifier and TypeMethodDescriptionprotected Object
UIInput.getConvertedValue
(FacesContext context, Object newSubmittedValue) Convert the submitted value into a "local value" of the appropriate data type, if necessary.protected Object
UIViewParameter.getConvertedValue
(FacesContext context, Object submittedValue) Because this class has noRenderer
, leverage the one from the standard HTML_BASICRenderKit
withcomponent-family: jakarta.faces.Input
andrenderer-type: jakarta.faces.Text
and call itsRenderer.getConvertedValue(jakarta.faces.context.FacesContext, T, java.lang.Object)
method.UIViewParameter.getStringValueFromModel
(FacesContext context) Manually perform standard conversion steps to get a string value from the value expression. -
Uses of ConverterException in jakarta.faces.render
Modifier and TypeMethodDescriptionRenderer.getConvertedValue
(FacesContext context, T component, Object submittedValue) Attempt to convert previously stored state information into an object of the type required for this component (optionally using the registeredConverter
for this component, if there is one).RendererWrapper.getConvertedValue
(FacesContext context, UIComponent component, Object submittedValue)