Package com.sun.faces.el
Class ELContextListenerImpl
java.lang.Object
com.sun.faces.el.ELContextListenerImpl
- All Implemented Interfaces:
jakarta.el.ELContextListener,EventListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcontextCreated(jakarta.el.ELContextEvent ece) Invoked when a newELContexthas been created.
-
Constructor Details
-
ELContextListenerImpl
public ELContextListenerImpl()
-
-
Method Details
-
contextCreated
public void contextCreated(jakarta.el.ELContextEvent ece) Invoked when a newELContexthas been created.- Specified by:
contextCreatedin interfacejakarta.el.ELContextListener- Parameters:
ece- the notification event.
-