com.ibm.websphere.servlet.event
Uses of Class ServletInvocationEvent
Packages that use ServletInvocationEvent
Package | Description |
---|---|
com.ibm.websphere.servlet.event |
Uses of ServletInvocationEvent in com.ibm.websphere.servlet.event
Modifier and Type | Method and Description |
---|---|
|
ServletInvocationListener.onServletFinishService(ServletInvocationEvent evt)
Triggered just after the execution of Servlet.service().
|
|
ServletInvocationListener.onServletStartService(ServletInvocationEvent evt)
Triggered just prior to the execution of Servlet.service().
|