public
interfaceServletContextListener
extends
EventListener
Overview
Inheritance
Members
Usage
Source
Books
Sincev 2.3
VersionNot specified.
Author(s)Not specified.
Implementations of this interface receive notifications about
changes to the servlet context of the web application they are
part of.
To receive notification events, the implementation class
must be configured in the deployment descriptor for the web
application.