Uses of Class
javax.el.FunctionMapper
Packages that use FunctionMapper
Package
Description
-
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) -
Uses of FunctionMapper in org.apache.jasper.el
Subclasses of FunctionMapper in org.apache.jasper.elMethods in org.apache.jasper.el that return FunctionMapperModifier and TypeMethodDescriptionELContextImpl.getFunctionMapper()ELContextWrapper.getFunctionMapper()Methods in org.apache.jasper.el with parameters of type FunctionMapperModifier and TypeMethodDescriptionvoidELContextImpl.setFunctionMapper(FunctionMapper functionMapper) Constructors in org.apache.jasper.el with parameters of type FunctionMapper -
Uses of FunctionMapper in org.apache.jasper.runtime
Subclasses of FunctionMapper in org.apache.jasper.runtimeModifier and TypeClassDescriptionfinal classMaps EL functions to their Java method counterparts.