Uses of Class
jakarta.el.FunctionMapper
-
Packages that use FunctionMapper Package Description jakarta.el Provides the API for Jakarta Expression Language 5.0org.glassfish.expressly org.glassfish.expressly.lang -
-
Uses of FunctionMapper in jakarta.el
Methods in jakarta.el that return FunctionMapper Modifier and Type Method Description abstract FunctionMapperELContext. getFunctionMapper()Retrieves theFunctionMapperassociated with thisELContext.FunctionMapperStandardELContext. 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 FunctionMapper Constructor Description MethodExpressionImpl(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.lang Modifier and Type Class Description classFunctionMapperFactoryclassFunctionMapperImplFields in org.glassfish.expressly.lang declared as FunctionMapper Modifier and Type Field Description protected FunctionMapperFunctionMapperFactory. targetMethods in org.glassfish.expressly.lang that return FunctionMapper Modifier and Type Method Description FunctionMapperFunctionMapperFactory. create()FunctionMapperEvaluationContext. getFunctionMapper()Constructors in org.glassfish.expressly.lang with parameters of type FunctionMapper Constructor Description EvaluationContext(ELContext elContext, FunctionMapper fnMapper, VariableMapper varMapper)FunctionMapperFactory(FunctionMapper mapper)
-