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 FunctionMapperELContext. getFunctionMapper()Retrieves theFunctionMapperassociated with thisELContext.FunctionMapperStandardELContext. 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 voidFaceletContext. setFunctionMapper(FunctionMapper fnMapper)Set the FunctionMapper to use in EL evaluation/creation. 
 -