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 FunctionMapperMethodExpressionImpl.fnMapperprivate FunctionMapperValueExpressionImpl.fnMapperConstructors 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 FunctionMapperEvaluationContext.fnMapperprivate FunctionMapperExpressionBuilder.fnMapperprotected FunctionMapperFunctionMapperFactory.targetMethods 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 FunctionMapperELContext.getFunctionMapper()Retrieves theFunctionMapperassociated with thisELContext.StandardELContext.getFunctionMapper()Construct (if needed) and return a default FunctionMapper.