-
Book Overview & Buying
-
Table Of Contents
Jakarta EE Application Development - Second Edition
By :
During the lifetime of a typical web application, a number of events take place, such as HTTP requests being created or destroyed, request or session attributes being added, removed, or modified, and so on and so forth.
The servlet API provides a number of listener interfaces we can implement in order to react to these events. All of these interfaces are in the jakarta.servlet package. The following table summarizes them.
|
Listener Interface |
Description |
|
|
Contains methods for handling context initialization and destruction events. |
|
|
Contains methods for reacting to any attributes added, removed, or replaced in the servlet context (application scope). |
|
|
... |