Uses of Class
javax.el.Expression
-
Packages that use Expression Package Description 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 javax.el
Subclasses of Expression in javax.el Modifier and Type Class Description classMethodExpressionAnExpressionthat refers to a method on an object.classValueExpressionAnExpressionthat can get or set a value.
-