Uses of Class
javax.el.FunctionMapper
Packages that use FunctionMapper
-
Uses of FunctionMapper in javax.el
Methods in javax.el that return FunctionMapperModifier and TypeMethodDescriptionabstract FunctionMapperELContext.getFunctionMapper()StandardELContext.getFunctionMapper() -
Uses of FunctionMapper in org.apache.el
Constructors in org.apache.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 org.apache.el.lang
Subclasses of FunctionMapper in org.apache.el.langFields in org.apache.el.lang declared as FunctionMapperMethods in org.apache.el.lang that return FunctionMapperModifier and TypeMethodDescriptionFunctionMapperFactory.create()EvaluationContext.getFunctionMapper()Constructors in org.apache.el.lang with parameters of type FunctionMapperModifierConstructorDescriptionEvaluationContext(ELContext elContext, FunctionMapper fnMapper, VariableMapper varMapper) FunctionMapperFactory(FunctionMapper mapper)