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