Class FilterEvent

    • Constructor Summary

      Constructors 
      Constructor Description
      FilterEvent​(java.lang.Object source, javax.servlet.FilterConfig filterConfig)
      FilterEvent contructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.servlet.FilterConfig getFilterConfig()
      Return the FilterConfig that this event is associated with.
      java.lang.String getFilterName()
      Return the name of the Filter that this event is associated with.
      • 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

      • FilterEvent

        public FilterEvent​(java.lang.Object source,
                           javax.servlet.FilterConfig filterConfig)
        FilterEvent contructor.
        Parameters:
        source - the object that triggered this event.
        filterConfig - the filter's FilterConfig.
    • Method Detail

      • getFilterName

        public java.lang.String getFilterName()
        Return the name of the Filter that this event is associated with.
      • getFilterConfig

        public javax.servlet.FilterConfig getFilterConfig()
        Return the FilterConfig that this event is associated with.