Uses of Class
jakarta.faces.convert.ConverterException
-
Packages that use ConverterException Package Description jakarta.faces.component jakarta.faces.render -
-
Uses of ConverterException in jakarta.faces.component
Methods in jakarta.faces.component that throw ConverterException Modifier and Type Method Description protected 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, jakarta.faces.component.UIComponent, java.lang.Object)
method.String
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
Methods in jakarta.faces.render that throw ConverterException Modifier and Type Method Description Object
Renderer. 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 registeredConverter
for this component, if there is one).Object
RendererWrapper. getConvertedValue(FacesContext context, UIComponent component, Object submittedValue)
-