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. | 
| static javax.el.ValueReference | resolve(javax.el.ValueExpression valueExpression,
       FacesContext context)Get the ValueReference from the ValueExpression. | 
public static javax.el.ValueReference resolve(javax.el.ValueExpression valueExpression,
                                              FacesContext context)
valueExpression - The ValueExpression for value.context - The FacesContext.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 © 2022 The Apache Software Foundation. All rights reserved.