Class ValueBinding

java.lang.Object
jakarta.faces.el.ValueBinding
Direct Known Subclasses:
LegacyValueBinding, ValueBindingValueExpressionAdapter

@Deprecated
public abstract class ValueBinding
extends Object
Deprecated.
This has been replaced by 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 Application instance for this web application.