Uses of Class
javax.faces.convert.ConverterException
-
Packages that use ConverterException Package Description javax.faces.component javax.faces.convert javax.faces.render org.apache.myfaces.core.api.shared -
-
Uses of ConverterException in javax.faces.component
Methods in javax.faces.component that throw ConverterException Modifier and Type Method Description protected Object
UIInput. getConvertedValue(FacesContext context, Object submittedValue)
Convert the provided object to the desired value.protected Object
UISelectMany. getConvertedValue(FacesContext context, Object submittedValue)
protected Object
UIViewParameter. getConvertedValue(FacesContext context, Object submittedValue)
String
UIViewParameter. getStringValueFromModel(FacesContext context)
-
Uses of ConverterException in javax.faces.convert
Methods in javax.faces.convert that throw ConverterException Modifier and Type Method Description T
Converter. getAsObject(FacesContext context, UIComponent component, String value)
String
Converter. getAsString(FacesContext context, UIComponent component, T value)
-
Uses of ConverterException in javax.faces.render
Methods in javax.faces.render that throw ConverterException Modifier and Type Method Description Object
Renderer. getConvertedValue(FacesContext context, UIComponent component, Object submittedValue)
Object
RendererWrapper. getConvertedValue(FacesContext context, UIComponent component, Object submittedValue)
-
Uses of ConverterException in org.apache.myfaces.core.api.shared
Methods in org.apache.myfaces.core.api.shared that throw ConverterException Modifier and Type Method Description static Object
SharedRendererUtils. getConvertedUISelectManyValue(FacesContext facesContext, UISelectMany component, String[] submittedValue)
static Object
SharedRendererUtils. getConvertedUISelectManyValue(FacesContext facesContext, UISelectMany component, String[] submittedValue, boolean considerValueType)
Gets the converted value of a UISelectMany component.
-