ELContextListenerpublic interface ELContextListener implements EventListenerThe listener interface for receiving notification when an
{@link ELContext} is created. |
Methods Summary |
---|
public void | contextCreated(javax.el.ELContextEvent ece)Invoked when a new ELContext has been created.
|
|