public abstract class EvaluationListener
extends java.lang.Object
| Constructor and Description |
|---|
EvaluationListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterEvaluation(ELContext context,
java.lang.String expression)
Fired after the evaluation of the expression.
|
void |
beforeEvaluation(ELContext context,
java.lang.String expression)
Fired before the evaluation of the expression.
|
void |
propertyResolved(ELContext context,
java.lang.Object base,
java.lang.Object property)
Fired after a property has been resolved.
|
public void beforeEvaluation(ELContext context, java.lang.String expression)
context - expression - public void afterEvaluation(ELContext context, java.lang.String expression)
context - expression - public void propertyResolved(ELContext context, java.lang.Object base, java.lang.Object property)
context - base - property - Copyright © 2000-2014 The Apache Software Foundation. All Rights Reserved.