Package | Description |
---|---|
javax.faces.component |
Fundamental APIs for user
interface components.
|
javax.faces.render |
Classes and interfaces
defining the rendering model.
|
Modifier and Type | Method and Description |
---|---|
private void |
UIInput.addConversionErrorMessage(FacesContext context,
ConverterException ce) |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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). |