Uses of Class
jakarta.el.FunctionMapper
Package
Description
Provides the API for Jakarta Expression Language 6.0
-
Uses of FunctionMapper in com.sun.faces.config.initfacescontext
-
Uses of FunctionMapper in com.sun.faces.el
Modifier and TypeMethodDescriptionvoid
ELContextImpl.setFunctionMapper
(FunctionMapper functionMapper) -
Uses of FunctionMapper in com.sun.faces.facelets.el
Modifier and TypeClassDescriptionfinal class
Composite FunctionMapper that attempts to load the Method from the first FunctionMapper, then the second ifnull
.final class
Default implementation of the FunctionMapper -
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.