Uses of Class
javax.el.Expression

Packages that use Expression
com.sun.el   
com.sun.el.lang   
javax.el Provides the API for the Unified Expression Language shared by the JSP 2.1 and JSF 1.2 technologies. 
 

Uses of Expression in com.sun.el
 

Subclasses of Expression in com.sun.el
 class MethodExpressionImpl
          An Expression that refers to a method on an object.
 class MethodExpressionLiteral
           
 class ValueExpressionImpl
          An Expression that can get or set a value.
 class ValueExpressionLiteral
           
 

Uses of Expression in com.sun.el.lang
 

Methods in com.sun.el.lang that return Expression
 Expression EvaluationContext.getExpression()
           
 

Constructors in com.sun.el.lang with parameters of type Expression
EvaluationContext(ELContext elContext, FunctionMapper fnMapper, VariableMapper varMapper, Expression expression)
           
EvaluationContext(ELContext elContext, FunctionMapper fnMapper, VariableMapper varMapper, Expression expression, boolean trackResolvedObjects)
           
 

Uses of Expression in javax.el
 

Subclasses of Expression in javax.el
 class MethodExpression
          An Expression that refers to a method on an object.
 class ValueExpression
          An Expression that can get or set a value.