Package org.apache.myfaces.el
Class ValueReferenceResolver
- java.lang.Object
-
- org.apache.myfaces.el.ValueReferenceResolver
-
public class ValueReferenceResolver extends Object
-
-
Constructor Summary
Constructors Constructor Description ValueReferenceResolver()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
resolve
public 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.- Parameters:
valueExpression
- The ValueExpression to resolve.elCtx
- The ELContext, needed to parse and execute the expression.- Returns:
- The ValueReferenceWrapper.
-
-