Package javax.faces.el

Classes and interfaces for evaluating and processing reference expressions.

See:
          Description

Class Summary
PropertyResolver PropertyResolver represents a pluggable mechanism for accessing a "property" of an underlying Java object instance.
ValueBinding ValueBinding represents an object that can be used to access the property represented by an action or value reference expression.
VariableResolver VariableResolver represents a pluggable mechanism for resolving a top-level variable reference at evaluation time.
 

Exception Summary
EvaluationException An exception caused by invalid syntax of an expression or reference.
PropertyNotFoundException An exception caused by a property name that cannot be resolved against a base object.
ReferenceSyntaxException An exception caused by invalid syntax of an expression or reference.
 

Package javax.faces.el Description

Classes and interfaces for evaluating and processing reference expressions.