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:
- public class FilterEvent
- extends java.util.EventObject
See Also:
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 |
|---|---|
|
getFilterConfig()
Return the FilterConfig that this event is associated with.
|
|
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.