| Package | Description | 
|---|---|
| javax.faces.component | |
| javax.faces.convert | |
| javax.faces.render | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Object | UISelectMany. getConvertedValue(FacesContext context,
                 Object submittedValue) | 
| protected Object | UIInput. getConvertedValue(FacesContext context,
                 Object submittedValue)Convert the provided object to the desired value. | 
| String | UIViewParameter. getStringValueFromModel(FacesContext context) | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | Converter. getAsObject(FacesContext context,
           UIComponent component,
           String value) | 
| Object | EnumConverter. getAsObject(FacesContext facesContext,
           UIComponent uiComponent,
           String value) | 
| String | Converter. getAsString(FacesContext context,
           UIComponent component,
           Object value) | 
| String | EnumConverter. getAsString(FacesContext facesContext,
           UIComponent uiComponent,
           Object 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 © 2021 The Apache Software Foundation. All rights reserved.