jsr341-experts@el-spec.java.net

[jsr341-experts] Resolution listener

From: Kin-man Chung <kinman.chung_at_oracle.com>
Date: Tue, 15 May 2012 11:30:29 -0700

After more discussions and contemplations, I think it would also be
useful to add a listener to send notifications when EL resolutions take
place. So I am thinking of addition a method to the ELListener

     propertyResolved(ELContext, Object base, Object property);

It may also be necessary to add to ELContext another method

     setPropertyResolved(boolean resolved, Object base, Object property);

to pass base and property to the listeners.

Comments? I'll work out the details and report back later.

Kin-man