| Package | Description | 
|---|---|
| jakarta.faces.component | |
| jakarta.faces.convert | |
| jakarta.faces.render | 
| Modifier and Type | Method and 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) | 
| Modifier and Type | Method and Description | 
|---|---|
| T | Converter. getAsObject(FacesContext context,
           UIComponent component,
           String value) | 
| String | Converter. getAsString(FacesContext context,
           UIComponent component,
           T value) | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | Renderer. getConvertedValue(FacesContext context,
                 UIComponent component,
                 Object submittedValue) | 
| Object | RendererWrapper. getConvertedValue(FacesContext context,
                 UIComponent component,
                 Object submittedValue) | 
Copyright © 2022 The Apache Software Foundation. All rights reserved.