com.ibm.websphere.servlet.event
Class FilterInvocationEvent
- java.lang.Object
java.util.EventObject
com.ibm.websphere.servlet.event.FilterEvent
com.ibm.websphere.servlet.event.FilterInvocationEvent
All implemented interfaces:
java.io.Serializable
- public class FilterInvocationEvent
- extends FilterEvent
See Also:
Constructor Summary
Constructor and Description |
---|
FilterInvocationEvent(java.lang.Object source,FilterConfig filterConfig,ServletRequest request)
FilterEvent contructor.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getServletRequest()
|
Methods inherited from class com.ibm.websphere.servlet.event.FilterEvent |
---|
getFilterConfig, getFilterName |
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
FilterInvocationEvent
- public FilterInvocationEvent(java.lang.Object source,
- FilterConfig filterConfig,
- ServletRequest request)
FilterEvent contructor.
Parameters:
source
- the object that triggered this event. filterConfig
- the filter's FilterConfig. request
- the current request passed into the Filter.doFilter invocation. Method Detail
getServletRequest
- public ServletRequest getServletRequest( )
Returns:
Returns the current request passed into the Filter.doFilter method.