Uses of Class
jakarta.el.Expression
-
Packages that use Expression Package Description com.sun.el jakarta.el Provides the API for Jakarta Expression Language 4.0 -
-
Uses of Expression in com.sun.el
Subclasses of Expression in com.sun.el Modifier and Type Class Description classMethodExpressionImplAnExpressionthat refers to a method on an object.classMethodExpressionLiteralclassValueExpressionImplAnExpressionthat can get or set a value.classValueExpressionLiteral -
Uses of Expression in jakarta.el
Subclasses of Expression in jakarta.el Modifier and Type Class Description classMethodExpressionAnExpressionthat refers to a method on an object.classValueExpressionAnExpressionthat can get or set a value.
-