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 Details

    • ELContextListenerImpl

      public ELContextListenerImpl()
  • Method Details

    • contextCreated

      public void contextCreated(jakarta.el.ELContextEvent ece)
      Invoked when a new ELContext has been created.
      Specified by:
      contextCreated in interface jakarta.el.ELContextListener
      Parameters:
      ece - the notification event.