public interface ServletInvocationListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
onServletFinishService(ServletInvocationEvent evt)
Triggered just after the execution of Servlet.service().
|
void |
onServletStartService(ServletInvocationEvent evt)
Triggered just prior to the execution of Servlet.service().
|
void onServletStartService(ServletInvocationEvent evt)
javax.servlet.service
void onServletFinishService(ServletInvocationEvent evt)
javax.servlet.service