Uses of Class
javax.el.Expression
-
Packages that use Expression Package Description com.sun.el javax.el Provides the API for the Unified Expression Language 3.0 -
-
Uses of Expression in com.sun.el
Subclasses of Expression in com.sun.el Modifier and Type Class Description class
MethodExpressionImpl
AnExpression
that refers to a method on an object.class
MethodExpressionLiteral
class
ValueExpressionImpl
AnExpression
that can get or set a value.class
ValueExpressionLiteral
-
Uses of Expression in javax.el
Subclasses of Expression in javax.el Modifier and Type Class Description class
MethodExpression
AnExpression
that refers to a method on an object.class
ValueExpression
AnExpression
that can get or set a value.
-