Package jakarta.el

Class ELContextEvent

    • Constructor Detail

      • ELContextEvent

        public ELContextEvent​(ELContext source)
        Constructs an ELContextEvent object to indicate that an ELContext has been created.
        Parameters:
        source - the ELContext that was created.
    • Method Detail

      • getELContext

        public ELContext getELContext()
        Returns the ELContext that was created. This is a type-safe equivalent of the EventObject.getSource() method.
        Returns:
        the ELContext that was created.