Uses of Class
javax.el.VariableMapper
-
Packages that use VariableMapper Package Description com.sun.el com.sun.el.lang javax.el Provides the API for the Unified Expression Language 3.0 -
-
Uses of VariableMapper in com.sun.el
Fields in com.sun.el declared as VariableMapper Modifier and Type Field Description private VariableMapper
MethodExpressionImpl. varMapper
private VariableMapper
ValueExpressionImpl. varMapper
Constructors in com.sun.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 com.sun.el.lang
Subclasses of VariableMapper in com.sun.el.lang Modifier and Type Class Description class
VariableMapperFactory
Creates a VariableMapper for the variables used in the expression.class
VariableMapperImpl
Fields in com.sun.el.lang declared as VariableMapper Modifier and Type Field Description private VariableMapper
VariableMapperFactory. momento
private VariableMapper
VariableMapperFactory. target
private VariableMapper
EvaluationContext. varMapper
private VariableMapper
ExpressionBuilder. varMapper
Methods in com.sun.el.lang that return VariableMapper Modifier and Type Method Description VariableMapper
VariableMapperFactory. create()
VariableMapper
EvaluationContext. getVariableMapper()
Constructors in com.sun.el.lang with parameters of type VariableMapper Constructor Description EvaluationContext(ELContext elContext, FunctionMapper fnMapper, VariableMapper varMapper)
VariableMapperFactory(VariableMapper target)
-
Uses of VariableMapper in javax.el
Subclasses of VariableMapper in javax.el Modifier and Type Class Description private static class
StandardELContext.DefaultVariableMapper
Fields in javax.el declared as VariableMapper Modifier and Type Field Description private VariableMapper
StandardELContext. variableMapper
Methods in javax.el that return VariableMapper Modifier and Type Method Description abstract VariableMapper
ELContext. getVariableMapper()
Retrieves theVariableMapper
associated with thisELContext
.VariableMapper
StandardELContext. getVariableMapper()
Construct (if needed) and return a default VariableMapper() {
-