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

All Implemented Interfaces:
    StateHolder, Serializable

Wrap a ValueBinding instance and expose it as a ValueExpression.

Constructor:
 public ValueExpressionValueBindingAdapter() 
 ValueExpressionValueBindingAdapter(ValueBinding binding) 
Method from javax.faces.component.ValueExpressionValueBindingAdapter Summary:
equals,   getDelimiterSyntax,   getExpectedType,   getExpressionString,   getType,   getValue,   getWrapped,   hashCode,   isLiteralText,   isReadOnly,   isTransient,   restoreState,   saveState,   setTransient,   setValue
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.faces.component.ValueExpressionValueBindingAdapter Detail:
 public boolean equals(Object other) 
 public String getDelimiterSyntax() 
 public Class<?> getExpectedType() 
 public String getExpressionString() 
 public Class<?> getType(ELContext context) throws ELException 
 public Object getValue(ELContext context) throws ELException 
 public ValueBinding getWrapped() 
 public int hashCode() 
 public boolean isLiteralText() 

    Always return false since we can't possibly know if this is a literal text binding or not.

 public boolean isReadOnly(ELContext context) throws ELException 
 public boolean isTransient() 
 public  void restoreState(FacesContext context,
    Object state) 
 public Object saveState(FacesContext context) 
 public  void setTransient(boolean newTransientValue) 
 public  void setValue(ELContext context,
    Object value) throws ELException