public class ValueExpressionToValueBinding extends ValueBinding implements StateHolder
ValueExpressionToValueBinding| Constructor and Description | 
|---|
| ValueExpressionToValueBinding() | 
| ValueExpressionToValueBinding(javax.el.ValueExpression valueExpression)Creates a new instance of ValueExpressionToValueBinding | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| String | getExpressionString() | 
| Class | getType(FacesContext facesContext) | 
| Object | getValue(FacesContext facesContext) | 
| javax.el.ValueExpression | getValueExpression() | 
| int | hashCode() | 
| boolean | isReadOnly(FacesContext facesContext) | 
| boolean | isTransient() | 
| void | restoreState(FacesContext facesContext,
            Object state) | 
| Object | saveState(FacesContext context) | 
| void | setTransient(boolean newTransientValue) | 
| void | setValue(FacesContext facesContext,
        Object value) | 
public ValueExpressionToValueBinding()
public ValueExpressionToValueBinding(javax.el.ValueExpression valueExpression)
public javax.el.ValueExpression getValueExpression()
public String getExpressionString()
getExpressionString in class ValueBindingpublic void setValue(FacesContext facesContext, Object value) throws EvaluationException, PropertyNotFoundException
setValue in class ValueBindingEvaluationExceptionPropertyNotFoundExceptionpublic boolean isReadOnly(FacesContext facesContext) throws EvaluationException, PropertyNotFoundException
isReadOnly in class ValueBindingEvaluationExceptionPropertyNotFoundExceptionpublic Object getValue(FacesContext facesContext) throws EvaluationException, PropertyNotFoundException
getValue in class ValueBindingEvaluationExceptionPropertyNotFoundExceptionpublic Class getType(FacesContext facesContext) throws EvaluationException, PropertyNotFoundException
getType in class ValueBindingEvaluationExceptionPropertyNotFoundExceptionpublic void restoreState(FacesContext facesContext, Object state)
restoreState in interface StateHolderpublic Object saveState(FacesContext context)
saveState in interface StateHolderpublic void setTransient(boolean newTransientValue)
setTransient in interface StateHolderpublic boolean isTransient()
isTransient in interface StateHolderCopyright © 2021 The Apache Software Foundation. All rights reserved.