Uses of Class
jakarta.el.FunctionMapper
Package
Description
Provides the API for Jakarta Expression Language 6.0
-
Uses of FunctionMapper in jakarta.el
Modifier and TypeMethodDescriptionabstract FunctionMapper
ELContext.getFunctionMapper()
Retrieves theFunctionMapper
associated with thisELContext
.StandardELContext.getFunctionMapper()
Construct (if needed) and return a default FunctionMapper. -
Uses of FunctionMapper in jakarta.faces.view.facelets
Modifier and TypeMethodDescriptionabstract void
FaceletContext.setFunctionMapper
(FunctionMapper fnMapper) Set the FunctionMapper to use in EL evaluation/creation.