2004.04.29


com.jdc.http
Class HttpInitializer

java.lang.Object
  |
  +--com.jdc.http.HttpInitializer

public class HttpInitializer
extends Object

HttpInitializer is a skeleton implementation of the ServletContextListener interface receives s interface recieve notifications about changes to the servlet context of the web application they are part of. To recieve notification events, the implementation class must be configured in the deployment descriptor for the web applicatio

Since:
Servlet 2.3
Version:
1.0
Author:
Jay Damon
See Also:
ServletContextListener

Constructor Summary
HttpInitializer()
          Constructs a new HttpInitializer object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpInitializer

public HttpInitializer()
Constructs a new HttpInitializer object.


2004.04.29



Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.