com.ibm.websphere.servlet.event
Class FilterEvent

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

public class FilterEvent
extends java.util.EventObject

See Also:
Serialized Form

Constructor Summary
FilterEvent(java.lang.Object source, javax.servlet.FilterConfig filterConfig)
          FilterEvent contructor.
 
Method Summary
 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.