Uses of Class
jakarta.el.StandardELContext
-
Packages that use StandardELContext Package Description jakarta.el Provides the API for Jakarta Expression Language 4.0 -
-
Uses of StandardELContext in jakarta.el
Fields in jakarta.el declared as StandardELContext Modifier and Type Field Description private StandardELContext
ELManager. elContext
Methods in jakarta.el that return StandardELContext Modifier and Type Method Description StandardELContext
ELManager. getELContext()
Return the ELContext used for parsing and evaluating Jakarta Expression Language expressions.
-