Uses of Class
jakarta.el.FunctionMapper
-
Packages that use FunctionMapper Package Description jakarta.el org.apache.el org.apache.el.lang org.apache.jasper.el org.apache.jasper.runtime -
-
Uses of FunctionMapper in jakarta.el
Methods in jakarta.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(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 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) -
Uses of FunctionMapper in org.apache.jasper.el
Subclasses of FunctionMapper in org.apache.jasper.el Modifier and Type Class Description classFunctionMapperImplDeprecated.Methods in org.apache.jasper.el that return FunctionMapper Modifier and Type Method Description FunctionMapperELContextImpl. getFunctionMapper()FunctionMapperELContextWrapper. getFunctionMapper()Methods in org.apache.jasper.el with parameters of type FunctionMapper Modifier and Type Method Description voidELContextImpl. setFunctionMapper(FunctionMapper functionMapper)Constructors in org.apache.jasper.el with parameters of type FunctionMapper Constructor Description ELContextWrapper(ELContext target, FunctionMapper fnMapper) -
Uses of FunctionMapper in org.apache.jasper.runtime
Subclasses of FunctionMapper in org.apache.jasper.runtime Modifier and Type Class Description classProtectedFunctionMapperMaps EL functions to their Java method counterparts.
-