| com.caucho.jsf.el.ValueBindingAdapter
ValueBindingAdapter | public class ValueBindingAdapter extends ValueBinding (Code) | | |
ValueBindingAdapter | public ValueBindingAdapter(ValueExpression expr)(Code) | | |
getExpressionString | public String getExpressionString()(Code) | | |
getType | public Class getType(FacesContext context) throws EvaluationException, javax.faces.el.PropertyNotFoundException(Code) | | |
getValue | public Object getValue(FacesContext context) throws EvaluationException, javax.faces.el.PropertyNotFoundException(Code) | | |
isReadOnly | public boolean isReadOnly(FacesContext context) throws EvaluationException, javax.faces.el.PropertyNotFoundException(Code) | | |
setValue | public void setValue(FacesContext context, Object value) throws EvaluationException, javax.faces.el.PropertyNotFoundException(Code) | | |
|
|