| MethodBinding | MethodBinding is an object that can be used to call an arbitrary public method, on an instance that is acquired by evaluatng the leading portion of a method binding expression via a ValueBinding . |
code | html |
| PropertyResolver | PropertyResolver represents a pluggable mechanism for accessing a "property" of an underlying Java object instance. |
code | html |
| ValueBinding | ValueBinding is an object that can be used to access the property represented by an action or value binding expression. |
code | html |
| VariableResolver | VariableResolver represents a pluggable mechanism for resolving a top-level variable reference at evaluation time. |
code | html |
| EvaluationException | An exception reporting an error that occurred during the evaluation of an expression in a MethodBinding or ValueBinding . |
code | html |
| MethodNotFoundException | An exception caused by a method name that cannot be resolved against a base object. |
code | html |
| PropertyNotFoundException | An exception caused by a property name that cannot be resolved against a base object. |
code | html |
| ReferenceSyntaxException | An exception reporting a syntax error in a method binding expression or value binding expression. |
code | html |
DEPRECATED Classes and interfaces for evaluating and
processing reference expressions. The main class in this package is
javax.faces.el.ValueBinding , which is the runtime representation
of a reference expression. ValueBinding provides methods
to get and set the value of the expression.