Uses of Class
javax.el.FunctionMapper
-
Packages that use FunctionMapper Package Description javax.el org.apache.el org.apache.el.lang -
-
Uses of FunctionMapper in javax.el
Methods in javax.el that return FunctionMapper Modifier and Type Method Description abstract FunctionMapperELContext. getFunctionMapper()FunctionMapperStandardELContext. getFunctionMapper() -
Uses of FunctionMapper in org.apache.el
Constructors in org.apache.el 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.apache.el.lang
Subclasses of FunctionMapper in org.apache.el.lang Modifier and Type Class Description classFunctionMapperFactoryclassFunctionMapperImplFields in org.apache.el.lang declared as FunctionMapper Modifier and Type Field Description protected FunctionMapperFunctionMapperFactory. targetMethods in org.apache.el.lang that return FunctionMapper Modifier and Type Method Description FunctionMapperFunctionMapperFactory. create()FunctionMapperEvaluationContext. getFunctionMapper()Constructors in org.apache.el.lang with parameters of type FunctionMapper Constructor Description EvaluationContext(ELContext elContext, FunctionMapper fnMapper, VariableMapper varMapper)FunctionMapperFactory(FunctionMapper mapper)
-