java.lang.Objectjavax.faces.el.ValueBinding
Direct Known Subclasses:
ValueBindingValueExpressionAdapter
This
- has been replaced by javax.el.ValueExpression .ValueBinding is an object that can be used
to access the property represented by an action or value binding
expression. An immutable ValueBinding for a particular value binding
can be acquired by calling the createValueBinding()
method of
the javax.faces.application.Application instance for this web
application.
Method from javax.faces.el.ValueBinding Summary: |
---|
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.el.ValueBinding Detail: |
---|
Deprecated! Return the (possibly |
Return the type of the property represented by this ValueBinding , relative to the specified FacesContext . |
Return the value of the property represented by this ValueBinding , relative to the specified FacesContext . |
Return |
Set the value of the property represented by this ValueBinding , relative to the specified FacesContext . |