Class FilterEvent

java.lang.Object
java.util.EventObject
com.ibm.websphere.servlet.event.FilterEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FilterErrorEvent, FilterInvocationEvent

public class FilterEvent extends EventObject
See Also:
  • Constructor Details

    • FilterEvent

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

    • getFilterName

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