Home » mojarra-1.2_09-b02-FCS-source » javax » faces » el »

javax.faces.el

Abstract Classes:

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

Classes:

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