|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConverterException | |
---|---|
javax.faces.component | Fundamental APIs for user interface components. |
javax.faces.render | Classes and interfaces defining the rendering model. |
Uses of ConverterException in javax.faces.component |
---|
Methods in javax.faces.component that throw ConverterException | |
---|---|
protected java.lang.Object |
UIInput.getConvertedValue(FacesContext context,
java.lang.Object newSubmittedValue)
Convert the submitted value into a "local value" of the appropriate data type, if necessary. |
protected java.lang.Object |
UIViewParameter.getConvertedValue(FacesContext context,
java.lang.Object submittedValue)
Because this class has no |
protected java.lang.Object |
UIViewParameter.getConvertedValue(FacesContext context,
java.lang.Object submittedValue)
Because this class has no |
protected java.lang.Object |
UIInput.getConvertedValue(FacesContext context,
java.lang.Object newSubmittedValue)
Convert the submitted value into a "local value" of the appropriate data type, if necessary. |
java.lang.String |
UIViewParameter.getStringValueFromModel(FacesContext context)
Manually perform standard conversion steps to get a string value from the value expression. |
java.lang.String |
UIViewParameter.getStringValueFromModel(FacesContext context)
Manually perform standard conversion steps to get a string value from the value expression. |
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)
Attempt to convert previously stored state information into an object of the type required for this component (optionally using the registered Converter for this component,
if there is one). |
java.lang.Object |
Renderer.getConvertedValue(FacesContext context,
UIComponent component,
java.lang.Object submittedValue)
Attempt to convert previously stored state information into an object of the type required for this component (optionally using the registered Converter for this component,
if there is one). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |