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