Uses of Class
jakarta.el.Expression
-
Packages that use Expression Package Description jakarta.el Provides the API for Jakarta Expression Language 5.0jakarta.servlet.jsp.jstl.core Classes and interfaces related to the core tag library component of the Jakarta Standard Tag Library. -
-
Uses of Expression in jakarta.el
Subclasses of Expression in jakarta.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. -
Uses of Expression in jakarta.servlet.jsp.jstl.core
Subclasses of Expression in jakarta.servlet.jsp.jstl.core Modifier and Type Class Description class
IndexedValueExpression
class
IteratedValueExpression
-