Package org.primefaces.el
Class ValueExpressionAnalyzer
- java.lang.Object
-
- org.primefaces.el.ValueExpressionAnalyzer
-
public class ValueExpressionAnalyzer extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static javax.el.ValueExpressiongetExpression(javax.el.ELContext elContext, javax.el.ValueExpression expression)static javax.el.ValueReferencegetReference(javax.el.ELContext elContext, javax.el.ValueExpression expression)static javax.el.ValueReferenceintercept(javax.el.ELContext elContext, javax.el.ValueExpression expression)static booleanisCompositeComponentReference(javax.el.ValueReference vr)static javax.el.ValueReferencetoValueReference(javax.el.ValueExpression ve, javax.el.ELContext elContext)static javax.el.ValueExpressionunwrapCompositeComponentReference(javax.el.ValueReference vr)
-
-
-
Method Detail
-
getReference
public static javax.el.ValueReference getReference(javax.el.ELContext elContext, javax.el.ValueExpression expression)
-
getExpression
public static javax.el.ValueExpression getExpression(javax.el.ELContext elContext, javax.el.ValueExpression expression)
-
isCompositeComponentReference
public static boolean isCompositeComponentReference(javax.el.ValueReference vr)
-
unwrapCompositeComponentReference
public static javax.el.ValueExpression unwrapCompositeComponentReference(javax.el.ValueReference vr)
-
intercept
public static javax.el.ValueReference intercept(javax.el.ELContext elContext, javax.el.ValueExpression expression)
-
toValueReference
public static javax.el.ValueReference toValueReference(javax.el.ValueExpression ve, javax.el.ELContext elContext)
-
-