Home » Mojarra-2.0.1 » javax » faces » component » [javadoc | source]
javax.faces.component
class: ValueBindingValueExpressionAdapter [javadoc | source]
java.lang.Object
   javax.faces.el.ValueBinding
      javax.faces.component.ValueBindingValueExpressionAdapter

All Implemented Interfaces:
    StateHolder, Serializable

Wrap a ValueExpression instance and expose it as a ValueBinding

Constructor:
 public ValueBindingValueExpressionAdapter() 
 ValueBindingValueExpressionAdapter(ValueExpression valueExpression) 
Method from javax.faces.component.ValueBindingValueExpressionAdapter Summary:
equals,   getExpressionString,   getType,   getValue,   getWrapped,   hashCode,   isReadOnly,   isTransient,   restoreState,   saveState,   setTransient,   setValue
Methods from javax.faces.el.ValueBinding:
getExpressionString,   getType,   getValue,   isReadOnly,   setValue
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.faces.component.ValueBindingValueExpressionAdapter Detail:
 public boolean equals(Object other) 
 public String getExpressionString() 
 public Class getType(FacesContext context) throws EvaluationException, PropertyNotFoundException 
 public Object getValue(FacesContext context) throws EvaluationException, PropertyNotFoundException 
 public ValueExpression getWrapped() 
 public int hashCode() 
 public boolean isReadOnly(FacesContext context) throws EvaluationException, PropertyNotFoundException 
 public boolean isTransient() 
 public  void restoreState(FacesContext context,
    Object state) 
 public Object saveState(FacesContext context) 
 public  void setTransient(boolean tranzient) 
 public  void setValue(FacesContext context,
    Object value) throws EvaluationException, PropertyNotFoundException