| Package | Description | 
|---|---|
| javax.faces.component | |
| javax.faces.convert | |
| javax.faces.render | |
| org.apache.myfaces.core.api.shared | 
| 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) | 
| Modifier and Type | Method and Description | 
|---|---|
| static Object | SharedRendererUtils. getConvertedUISelectManyValue(FacesContext facesContext,
                             UISelectMany component,
                             String[] submittedValue) | 
| static Object | SharedRendererUtils. getConvertedUISelectManyValue(FacesContext facesContext,
                             UISelectMany component,
                             String[] submittedValue,
                             boolean considerValueType)Gets the converted value of a UISelectMany component. | 
Copyright © 2022 The Apache Software Foundation. All rights reserved.