|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConverterException | |
---|---|
javax.faces.convert | |
javax.faces.render |
Uses of ConverterException in javax.faces.convert |
---|
Methods in javax.faces.convert that throw ConverterException | |
---|---|
java.lang.Object |
Converter.getAsObject(FacesContext context,
UIComponent component,
java.lang.String value)
|
java.lang.Object |
EnumConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
java.lang.String value)
|
java.lang.String |
Converter.getAsString(FacesContext context,
UIComponent component,
java.lang.Object value)
|
java.lang.String |
EnumConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
java.lang.Object value)
|
Uses of ConverterException in javax.faces.render |
---|
Methods in javax.faces.render that throw ConverterException | |
---|---|
java.lang.Object |
Renderer.getConvertedValue(FacesContext context,
UIComponent component,
java.lang.Object submittedValue)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |