Class ELContextListenerImpl

  • All Implemented Interfaces:
    jakarta.el.ELContextListener, EventListener

    public class ELContextListenerImpl
    extends Object
    implements jakarta.el.ELContextListener
    • Constructor Detail

      • ELContextListenerImpl

        public ELContextListenerImpl()
    • Method Detail

      • 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.