|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
| 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. |
| PropertyResolver | PropertyResolver represents a pluggable mechanism for accessing a "property" of an underlying Java object instance. |
| ValueBinding | ValueBinding is an object that can be used to access the property represented by an action or value binding expression. |
| VariableResolver | VariableResolver represents a pluggable mechanism for resolving a top-level variable reference at evaluation time. |
| Exception Summary | |
| EvaluationException | An exception reporting an error that occurred during the evaluation
of an expression in a MethodBinding or ValueBinding. |
| MethodNotFoundException | An exception caused by a method name that cannot be resolved against a base object. |
| PropertyNotFoundException | An exception caused by a property name that cannot be resolved against a base object. |
| ReferenceSyntaxException | An exception reporting a syntax error in a method binding expression or value binding expression. |
Classes and interfaces for evaluating and
processing reference expressions. The main class in this package is
ValueBinding, which is the runtime representation
of a reference expression. ValueBinding provides methods
to get and set the value of the expression.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||