Uses of Class
jakarta.el.FunctionMapper
-
Packages that use FunctionMapper Package Description com.sun.el com.sun.el.lang jakarta.el Provides the API for Jakarta Expression Language 4.0 -
-
Uses of FunctionMapper in com.sun.el
Fields in com.sun.el declared as FunctionMapper Modifier and Type Field Description private FunctionMapperMethodExpressionImpl. fnMapperprivate FunctionMapperValueExpressionImpl. fnMapperConstructors in com.sun.el with parameters of type FunctionMapper Constructor Description MethodExpressionImpl(java.lang.String expr, Node node, FunctionMapper fnMapper, VariableMapper varMapper, java.lang.Class<?> expectedType, java.lang.Class<?>[] paramTypes)ValueExpressionImpl(java.lang.String expr, Node node, FunctionMapper fnMapper, VariableMapper varMapper, java.lang.Class<?> expectedType) -
Uses of FunctionMapper in com.sun.el.lang
Subclasses of FunctionMapper in com.sun.el.lang Modifier and Type Class Description classFunctionMapperFactoryclassFunctionMapperImplFields in com.sun.el.lang declared as FunctionMapper Modifier and Type Field Description private FunctionMapperEvaluationContext. fnMapperprivate FunctionMapperExpressionBuilder. fnMapperprotected FunctionMapperFunctionMapperFactory. targetMethods in com.sun.el.lang that return FunctionMapper Modifier and Type Method Description FunctionMapperFunctionMapperFactory. create()FunctionMapperEvaluationContext. getFunctionMapper()Constructors in com.sun.el.lang with parameters of type FunctionMapper Constructor Description EvaluationContext(ELContext elContext, FunctionMapper fnMapper, VariableMapper varMapper)FunctionMapperFactory(FunctionMapper mapper) -
Uses of FunctionMapper in jakarta.el
Subclasses of FunctionMapper in jakarta.el Modifier and Type Class Description private static classStandardELContext.DefaultFunctionMapperFields in jakarta.el declared as FunctionMapper Modifier and Type Field Description private FunctionMapperStandardELContext. functionMapperMethods 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.
-