|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.el.EvaluationListener
public abstract class EvaluationListener
The listener interface for receiving notification when an EL expression is evaluated.
| Constructor Summary | |
|---|---|
EvaluationListener()
|
|
| Method Summary | |
|---|---|
void |
afterEvaluation(ELContext context,
java.lang.String expression)
Receives notification after an EL expression is evaluated |
void |
beforeEvaluation(ELContext context,
java.lang.String expression)
Receives notification before an EL expression is evaluated |
static void |
notifyAfterEvaluation(ELContext context,
java.lang.String expr)
Notifies the listeners after an EL expression is evaluated |
static void |
notifyBeforeEvaluation(ELContext context,
java.lang.String expr)
Notifies the listeners before an EL expression is evaluated |
static void |
notifyPropertyResolved(ELContext context,
java.lang.Object base,
java.lang.Object property)
Notifies the listeners when the (base, property) pair is resolved |
void |
propertyResolved(ELContext context,
java.lang.Object base,
java.lang.Object property)
Receives notification when the (base, property) pair is resolved |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EvaluationListener()
| Method Detail |
|---|
public void beforeEvaluation(ELContext context,
java.lang.String expression)
context - The ELContextexpression - The EL expression string to be evaluated
public void afterEvaluation(ELContext context,
java.lang.String expression)
context - The ELContextexpression - The EL expression string to be evaluated
public void propertyResolved(ELContext context,
java.lang.Object base,
java.lang.Object property)
context - The ELContextbase - The base objectproperty - The property object
public static void notifyBeforeEvaluation(ELContext context,
java.lang.String expr)
context - The ELContextexpr - The EL expression string to be evaluated
public static void notifyAfterEvaluation(ELContext context,
java.lang.String expr)
context - The ELContextexpr - The EL expression string that has been evaluated
public static void notifyPropertyResolved(ELContext context,
java.lang.Object base,
java.lang.Object property)
context - The ELContextbase - The base objectproperty - The property Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||