Uses of Class
jakarta.el.FunctionMapper
Packages that use FunctionMapper
-
Uses of FunctionMapper in jakarta.el
Methods in jakarta.el that return FunctionMapperModifier and TypeMethodDescriptionabstract FunctionMapperELContext.getFunctionMapper()Retrieves theFunctionMapperassociated with thisELContext.StandardELContext.getFunctionMapper()Construct (if needed) and return a default FunctionMapper. -
Uses of FunctionMapper in org.glassfish.expressly
Constructors in org.glassfish.expressly 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 org.glassfish.expressly.lang
Subclasses of FunctionMapper in org.glassfish.expressly.langFields in org.glassfish.expressly.lang declared as FunctionMapperMethods in org.glassfish.expressly.lang that return FunctionMapperModifier and TypeMethodDescriptionFunctionMapperFactory.create()EvaluationContext.getFunctionMapper()Constructors in org.glassfish.expressly.lang with parameters of type FunctionMapperModifierConstructorDescriptionEvaluationContext(ELContext elContext, FunctionMapper fnMapper, VariableMapper varMapper) FunctionMapperFactory(FunctionMapper mapper)