org.zkoss.zel
Class EvaluationListener
java.lang.Object
org.zkoss.zel.EvaluationListener
public abstract class EvaluationListener
- extends Object
- Since:
- EL 3.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EvaluationListener
public EvaluationListener()
beforeEvaluation
public void beforeEvaluation(ELContext context,
String expression)
- Fired before the evaluation of the expression.
- Parameters:
context - The EL context in which the expression will be
evaluatedexpression - The expression that will be evaluated
afterEvaluation
public void afterEvaluation(ELContext context,
String expression)
- Fired after the evaluation of the expression.
- Parameters:
context - The EL context in which the expression was evaluatedexpression - The expression that was evaluated
propertyResolved
public void propertyResolved(ELContext context,
Object base,
Object property)
- Fired after a property has been resolved.
- Parameters:
context - The EL context in which the property was resolvedbase - The base object on which the property was resolvedproperty - The property that was resolved
Copyright © 2015. All rights reserved.