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