Uses of Class
javax.el.ValueReference
-
Packages that use ValueReference Package Description com.sun.el com.sun.el.parser javax.el Provides the API for the Unified Expression Language 3.0 -
-
Uses of ValueReference in com.sun.el
Methods in com.sun.el that return ValueReference Modifier and Type Method Description ValueReference
ValueExpressionImpl. getValueReference(ELContext context)
-
Uses of ValueReference in com.sun.el.parser
Methods in com.sun.el.parser that return ValueReference Modifier and Type Method Description ValueReference
AstIdentifier. getValueReference(EvaluationContext ctx)
ValueReference
AstValue. getValueReference(EvaluationContext ctx)
ValueReference
Node. getValueReference(EvaluationContext ctx)
ValueReference
SimpleNode. getValueReference(EvaluationContext ctx)
-
Uses of ValueReference in javax.el
Methods in javax.el that return ValueReference Modifier and Type Method Description ValueReference
ValueExpression. getValueReference(ELContext context)
Returns aValueReference
for this expression instance.
-