Package com.ibm.websphere.servlet.event
Class FilterEvent
- java.lang.Object
-
- java.util.EventObject
-
- 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
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.
-