Uses of Class
jakarta.faces.convert.ConverterException
Packages that use ConverterException
-
Uses of ConverterException in jakarta.faces.component
Methods in jakarta.faces.component that throw ConverterExceptionModifier and TypeMethodDescriptionprotected 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, 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
Methods in jakarta.faces.render that throw ConverterExceptionModifier 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 registeredConverterfor this component, if there is one).RendererWrapper.getConvertedValue(FacesContext context, UIComponent component, Object submittedValue)