public class FilterEvent
extends java.util.EventObject
Constructor and Description |
---|
FilterEvent(java.lang.Object source,
javax.servlet.FilterConfig filterConfig)
FilterEvent contructor.
|
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.
|