class ValueExpressionAnalyzer
extends java.lang.Object
ValueExpression and provides access to the base object and property
name to which the expression maps via the getReference() method.| Modifier and Type | Class and Description |
|---|---|
private static class |
ValueExpressionAnalyzer.InterceptingResolver |
| Modifier and Type | Field and Description |
|---|---|
private javax.el.ValueExpression |
expression |
| Constructor and Description |
|---|
ValueExpressionAnalyzer(javax.el.ValueExpression expression) |
| Modifier and Type | Method and Description |
|---|---|
private javax.el.ELContext |
decorateELContext(javax.el.ELContext context,
javax.el.ELResolver resolver) |
ValueReference |
getReference(javax.el.ELContext elContext) |
public ValueExpressionAnalyzer(javax.el.ValueExpression expression)
public ValueReference getReference(javax.el.ELContext elContext)
private javax.el.ELContext decorateELContext(javax.el.ELContext context,
javax.el.ELResolver resolver)