Uses of Class
javax.el.Expression.Result

Packages that use Expression.Result
com.sun.el   
javax.beans.binding The classes in this package, and subpackages, provide a way to bind two properties of two objects together. 
javax.el Provides the API for the Unified Expression Language shared by the JSP 2.1 and JSF 1.2 technologies. 
 

Uses of Expression.Result in com.sun.el
 

Methods in com.sun.el that return Expression.Result
 Expression.Result ValueExpressionImpl.getResult(ELContext context)
           
 

Uses of Expression.Result in javax.beans.binding
 

Methods in javax.beans.binding that return Expression.Result
 Expression.Result ELPropertyResolver.evaluate()
          Evaluates the expression, returning the result.
 

Uses of Expression.Result in javax.el
 

Methods in javax.el that return Expression.Result
 Expression.Result ValueExpression.getResult(ELContext context)