Uses of Class
jakarta.el.FunctionMapper
Packages that use FunctionMapper
Package
Description
Provides the API for Jakarta Expression Language 6.0
-
Uses of FunctionMapper in com.sun.faces.config.initfacescontext
Methods in com.sun.faces.config.initfacescontext that return FunctionMapper -
Uses of FunctionMapper in com.sun.faces.el
Methods in com.sun.faces.el that return FunctionMapperMethods in com.sun.faces.el with parameters of type FunctionMapperModifier and TypeMethodDescriptionvoid
ELContextImpl.setFunctionMapper
(FunctionMapper functionMapper) -
Uses of FunctionMapper in com.sun.faces.facelets.el
Subclasses of FunctionMapper in com.sun.faces.facelets.elModifier 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 FunctionMapperConstructors in com.sun.faces.facelets.el with parameters of type FunctionMapper -
Uses of FunctionMapper in jakarta.el
Methods in jakarta.el that return FunctionMapperModifier 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
Methods in jakarta.faces.view.facelets with parameters of type FunctionMapperModifier and TypeMethodDescriptionabstract void
FaceletContext.setFunctionMapper
(FunctionMapper fnMapper) Set the FunctionMapper to use in EL evaluation/creation.