Uses of Class
jakarta.el.FunctionMapper
Packages that use FunctionMapper
Package
Description
Provides the API for Jakarta Expression Language 4.0
-
Uses of FunctionMapper in com.sun.el
Fields in com.sun.el declared as FunctionMapperModifier and TypeFieldDescriptionprivate FunctionMapper
MethodExpressionImpl.fnMapper
private FunctionMapper
ValueExpressionImpl.fnMapper
Constructors in com.sun.el with parameters of type FunctionMapperModifierConstructorDescriptionMethodExpressionImpl
(String expr, Node node, FunctionMapper fnMapper, VariableMapper varMapper, Class<?> expectedType, Class<?>[] paramTypes) ValueExpressionImpl
(String expr, Node node, FunctionMapper fnMapper, VariableMapper varMapper, Class<?> expectedType) -
Uses of FunctionMapper in com.sun.el.lang
Subclasses of FunctionMapper in com.sun.el.langFields in com.sun.el.lang declared as FunctionMapperModifier and TypeFieldDescriptionprivate final FunctionMapper
EvaluationContext.fnMapper
private FunctionMapper
ExpressionBuilder.fnMapper
protected FunctionMapper
FunctionMapperFactory.target
Methods in com.sun.el.lang that return FunctionMapperModifier and TypeMethodDescriptionFunctionMapperFactory.create()
EvaluationContext.getFunctionMapper()
Constructors in com.sun.el.lang with parameters of type FunctionMapperModifierConstructorDescriptionEvaluationContext
(ELContext elContext, FunctionMapper fnMapper, VariableMapper varMapper) FunctionMapperFactory
(FunctionMapper mapper) -
Uses of FunctionMapper in jakarta.el
Subclasses of FunctionMapper in jakarta.elFields in jakarta.el declared as FunctionMapperMethods 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.