Uses of Class
jakarta.el.VariableMapper
-
Packages that use VariableMapper Package Description jakarta.el Provides the API for Jakarta Expression Language 5.0org.glassfish.expressly org.glassfish.expressly.lang -
-
Uses of VariableMapper in jakarta.el
Methods in jakarta.el that return VariableMapper Modifier and Type Method Description abstract VariableMapperELContext. getVariableMapper()Retrieves theVariableMapperassociated with thisELContext.VariableMapperStandardELContext. getVariableMapper()Construct (if needed) and return a default VariableMapper() { -
Uses of VariableMapper in org.glassfish.expressly
Constructors in org.glassfish.expressly with parameters of type VariableMapper Constructor Description MethodExpressionImpl(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 VariableMapper in org.glassfish.expressly.lang
Subclasses of VariableMapper in org.glassfish.expressly.lang Modifier and Type Class Description classVariableMapperFactoryCreates a VariableMapper for the variables used in the expression.classVariableMapperImplMethods in org.glassfish.expressly.lang that return VariableMapper Modifier and Type Method Description VariableMapperVariableMapperFactory. create()VariableMapperEvaluationContext. getVariableMapper()Constructors in org.glassfish.expressly.lang with parameters of type VariableMapper Constructor Description EvaluationContext(ELContext elContext, FunctionMapper fnMapper, VariableMapper varMapper)VariableMapperFactory(VariableMapper target)
-