Uses of Class
com.ibm.websphere.servlet.event.ServletErrorEvent
Packages that use ServletErrorEvent
-
Uses of ServletErrorEvent in com.ibm.websphere.servlet.event
Methods in com.ibm.websphere.servlet.event with parameters of type ServletErrorEventModifier and TypeMethodDescriptionvoid
ServletErrorListener.onServletDestroyError
(ServletErrorEvent evt) Triggered when an error occurs while executing the servlet's destroy() method.void
ServletErrorListener.onServletInitError
(ServletErrorEvent evt) Triggered when an error occurs while executing the servlet's init() method.void
ServletErrorListener.onServletServiceDenied
(ServletErrorEvent evt) Triggered when a servlet request for service has been denied.void
ServletErrorListener.onServletServiceError
(ServletErrorEvent evt) Triggered when an error occurs while executing the servlet's service() method.