Package javax.el

Class ELContextEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class ELContextEvent
    extends java.util.EventObject
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ELContext getELContext()  
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ELContextEvent

        public ELContextEvent​(ELContext source)
        Parameters:
        source - The EL context that was the source of this event
    • Method Detail

      • getELContext

        public ELContext getELContext()