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