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
- The EL context in which the expression will be
evaluatedexpression
- The expression that will be evaluatedpublic void afterEvaluation(ELContext context, java.lang.String expression)
context
- The EL context in which the expression was evaluatedexpression
- The expression that was evaluatedpublic void propertyResolved(ELContext context, java.lang.Object base, java.lang.Object property)
context
- The EL context in which the property was resolvedbase
- The base object on which the property was resolvedproperty
- The property that was resolvedCopyright © 2005-2021 Potix Corporation. All Rights Reserved.