Uses of Class
jakarta.faces.convert.ConverterException
-
Packages that use ConverterException Package Description com.sun.faces.application com.sun.faces.renderkit.html_basic jakarta.faces.component Fundamental APIs for user interface components.jakarta.faces.render Classes and interfaces defining the rendering model. -
-
Uses of ConverterException in com.sun.faces.application
Methods in com.sun.faces.application with parameters of type ConverterException Modifier and Type Method Description protected voidPropertyEditorHelper. 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
Methods in com.sun.faces.renderkit.html_basic that throw ConverterException Modifier and Type Method Description ObjectMenuRenderer. convertSelectManyValue(FacesContext context, UISelectMany uiSelectMany, String[] newValues)protected ObjectMenuRenderer. convertSelectManyValuesForArray(FacesContext context, UISelectMany uiSelectMany, Class<?> elementType, String[] newValues)ObjectMenuRenderer. convertSelectOneValue(FacesContext context, UISelectOne uiSelectOne, String newValue)ObjectCheckboxRenderer. getConvertedValue(FacesContext context, UIComponent component, Object submittedValue)ObjectFileRenderer. getConvertedValue(FacesContext context, UIComponent component, Object submittedValue)ObjectHtmlBasicInputRenderer. getConvertedValue(FacesContext context, UIComponent component, Object submittedValue)ObjectMenuRenderer. getConvertedValue(FacesContext context, UIComponent component, Object submittedValue)protected StringHtmlBasicRenderer. getFormattedValue(FacesContext context, UIComponent component, Object currentValue)protected StringHtmlBasicRenderer. 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
Methods in jakarta.faces.component that throw ConverterException Modifier and Type Method Description protected ObjectUIInput. getConvertedValue(FacesContext context, Object newSubmittedValue)Convert the submitted value into a "local value" of the appropriate data type, if necessary.protected ObjectUIViewParameter. getConvertedValue(FacesContext context, Object submittedValue)Because this class has noRenderer, leverage the one from the standard HTML_BASICRenderKitwithcomponent-family: jakarta.faces.Inputandrenderer-type: jakarta.faces.Textand call itsRenderer.getConvertedValue(jakarta.faces.context.FacesContext, jakarta.faces.component.UIComponent, java.lang.Object)method.StringUIViewParameter. getStringValueFromModel(FacesContext context)Manually perform standard conversion steps to get a string value from the value expression. -
Uses of ConverterException in jakarta.faces.render
Methods in jakarta.faces.render that throw ConverterException Modifier and Type Method Description ObjectRenderer. getConvertedValue(FacesContext context, UIComponent component, Object submittedValue)Attempt to convert previously stored state information into an object of the type required for this component (optionally using the registeredConverterfor this component, if there is one).ObjectRendererWrapper. getConvertedValue(FacesContext context, UIComponent component, Object submittedValue)
-