Package | Description |
---|---|
com.sun.el | |
com.sun.el.parser | |
javax.el |
Provides the API for the Unified Expression Language 2.2
used by the JSP 2.2 and JSF 2.0 technologies.
|
Modifier and Type | Method and Description |
---|---|
ValueReference |
ValueExpressionImpl.getValueReference(ELContext context) |
Modifier and Type | Method and Description |
---|---|
ValueReference |
AstIdentifier.getValuereference(EvaluationContext ctx) |
ValueReference |
AstValue.getValueReference(EvaluationContext ctx) |
ValueReference |
SimpleNode.getValueReference(EvaluationContext ctx) |
ValueReference |
Node.getValueReference(EvaluationContext ctx) |
Modifier and Type | Method and Description |
---|---|
ValueReference |
ValueExpression.getValueReference(ELContext context)
Returns a
ValueReference for this expression instance. |
Copyright © 2013. All Rights Reserved.