Uses of Class
jakarta.el.ValueReference
-
Packages that use ValueReference Package Description jakarta.el org.apache.el org.apache.el.parser -
-
Uses of ValueReference in jakarta.el
Methods in jakarta.el that return ValueReference Modifier and Type Method Description ValueReferenceValueExpression. getValueReference(ELContext context) -
Uses of ValueReference in org.apache.el
Methods in org.apache.el that return ValueReference Modifier and Type Method Description ValueReferenceValueExpressionImpl. getValueReference(ELContext context) -
Uses of ValueReference in org.apache.el.parser
Methods in org.apache.el.parser that return ValueReference Modifier and Type Method Description ValueReferenceAstIdentifier. getValueReference(EvaluationContext ctx)ValueReferenceAstValue. getValueReference(EvaluationContext ctx)ValueReferenceNode. getValueReference(EvaluationContext ctx)ValueReferenceSimpleNode. getValueReference(EvaluationContext ctx)
-