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