com.ibm.websphere.servlet.event

Class FilterEvent

  • java.lang.Object
    • java.util.EventObject
      • com.ibm.websphere.servlet.event.FilterEvent
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

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

      Methods 
      Modifier and Type Method and 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

        clone, equals, finalize, 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.
IBM WebSphere Application ServerTM
Release 8.5