com.ibm.websphere.servlet.event

Class FilterEvent

  1. java.lang.Object
  2. extended byjava.util.EventObject
  3. extended bycom.ibm.websphere.servlet.event.FilterEvent
All implemented interfaces:
java.io.Serializable
Direct known subclasses:
FilterErrorEvent, FilterInvocationEvent

  1. public class FilterEvent
  2. extends java.util.EventObject
See Also:
Serialized Form

Field Summary

Fields inherited from class java.util.EventObject
source

Constructor Summary

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

Method Summary

Modifier and Type Method and Description
  1. javax.servlet.FilterConfig
getFilterConfig()
Return the FilterConfig that this event is associated with.
  1. 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

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

Method Detail

getFilterName

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

getFilterConfig

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