FileDocCategorySizeDatePackage
ELContextListener.javaAPI DocGlassfish v2 API1329Fri Feb 17 14:04:50 GMT 2006javax.el

ELContextListener

public interface ELContextListener implements EventListener
The listener interface for receiving notification when an {@link ELContext} is created.
see
ELContext
see
ELContextEvent
since
JSP 2.1

Fields Summary
Constructors Summary
Methods Summary
public voidcontextCreated(javax.el.ELContextEvent ece)
Invoked when a new ELContext has been created.

param
ece the notification event.