Servlet Context Listener
Overview
Creates a class that implements the javax.servlet.ServletContextListener. Using
this listener, the class can respond to the Servlet context creation and shutdown
events.
Participants
className
- name of the class.
- generates the stubs for operations from the ServletContextListener interface.
processing
Select false from the drop-down list if you do not want to generate a prologue
and epilogue.