Listener classes for servlet context and session changes

The following methods are defined as part of the javax.servlet.ServletContextListener interface:

Two new listener interfaces are defined as part of the javax.servlet package:

One new filter interface is defined as part of the javax.servlet package:

Two new event classes are defined as part of the javax.servlet package:

Three new listener interfaces are defined as part of the javax.servlet.http package:

One new event class is defined as part of the javax.servlet.http package:


Related concepts
Application lifecycle listeners and events
Related reference
Example: com.ibm.websphere.DBConnectionListener.java
Web applications: Resources for learning