Servlet Context Attribute Listener
Overview
Creates a class that implements the javax.servlet.ServletContextAttributeListener.
This class can respond to Servlet context events that involve an attribute being
added, removed, or replaced.
Participants
className
- name of the class.
- generates the stubs for operations from the ServletContextAttributeListener
interface.