public abstract class EvaluationListener extends Object
Constructor and Description |
---|
EvaluationListener() |
Modifier and Type | Method and Description |
---|---|
void |
afterEvaluation(ELContext context,
String expression)
Receives notification after an EL expression is evaluated
|
void |
beforeEvaluation(ELContext context,
String expression)
Receives notification before an EL expression is evaluated
|
void |
propertyResolved(ELContext context,
Object base,
Object property)
Receives notification when the (base, property) pair is resolved
|
public void beforeEvaluation(ELContext context, String expression)
context
- The ELContextexpression
- The EL expression string to be evaluatedpublic void afterEvaluation(ELContext context, String expression)
context
- The ELContextexpression
- The EL expression string to be evaluatedCopyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.