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 |
---|---|
protected Object |
UIViewParameter.getConvertedValue(FacesContext context,
Object submittedValue)
Because this class has no |
protected Object |
UIInput.getConvertedValue(FacesContext context,
Object newSubmittedValue)
Convert the submitted value into a "local value" of the
appropriate data type, if necessary.
|
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 |
---|---|
Object |
RendererWrapper.getConvertedValue(FacesContext context,
UIComponent component,
Object submittedValue) |
Object |
Renderer.getConvertedValue(FacesContext context,
UIComponent component,
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). |
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.