public class ValueReferenceResolver extends Object
Constructor and Description |
---|
ValueReferenceResolver() |
Modifier and Type | Method and Description |
---|---|
static javax.el.ValueReference |
resolve(javax.el.ValueExpression valueExpression,
javax.el.ELContext elCtx)
This method can be used to extract the ValueReference from the given ValueExpression.
|
public static javax.el.ValueReference resolve(javax.el.ValueExpression valueExpression, javax.el.ELContext elCtx)
valueExpression
- The ValueExpression to resolve.elCtx
- The ELContext, needed to parse and execute the expression.Copyright © 2020 The Apache Software Foundation. All rights reserved.