javax.el
接口 ELContextListener

所有超级接口:
EventListener

public interface ELContextListener
extends EventListener

The listener interface for receiving notification when an ELContext is created.

从以下版本开始:
JSP 2.1
另请参见:
ELContext, ELContextEvent

方法摘要
 void contextCreated(ELContextEvent ece)
          Invoked when a new ELContext has been created.
 

方法详细信息

contextCreated

void contextCreated(ELContextEvent ece)
Invoked when a new ELContext has been created.

参数:
ece - the notification event.


Copyright © 2013. All Rights Reserved.