Uses of Class
jakarta.el.VariableMapper
-
Packages that use VariableMapper Package Description jakarta.el org.apache.el org.apache.el.lang org.apache.jasper.el -
-
Uses of VariableMapper in jakarta.el
Methods in jakarta.el that return VariableMapper Modifier and Type Method Description abstract VariableMapperELContext. getVariableMapper()VariableMapperStandardELContext. getVariableMapper() -
Uses of VariableMapper in org.apache.el
Constructors in org.apache.el with parameters of type VariableMapper 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 VariableMapper in org.apache.el.lang
Subclasses of VariableMapper in org.apache.el.lang Modifier and Type Class Description classVariableMapperFactoryclassVariableMapperImplMethods in org.apache.el.lang that return VariableMapper Modifier and Type Method Description VariableMapperVariableMapperFactory. create()VariableMapperEvaluationContext. getVariableMapper()Constructors in org.apache.el.lang with parameters of type VariableMapper Constructor Description EvaluationContext(ELContext elContext, FunctionMapper fnMapper, VariableMapper varMapper)VariableMapperFactory(VariableMapper target) -
Uses of VariableMapper in org.apache.jasper.el
Methods in org.apache.jasper.el that return VariableMapper Modifier and Type Method Description VariableMapperELContextImpl. getVariableMapper()VariableMapperELContextWrapper. getVariableMapper()Methods in org.apache.jasper.el with parameters of type VariableMapper Modifier and Type Method Description voidELContextImpl. setVariableMapper(VariableMapper variableMapper)
-