com.arsdigita.dispatcher
Class InitializerServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended bycom.arsdigita.dispatcher.InitializerServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class InitializerServlet
extends javax.servlet.http.HttpServlet

Bootstraps the ACS by calling the initializers in the enterprise.init file.

Version:
$Revision: #14 $ $Date: 2004/04/07 $
Author:
Raphael Schloming (rhs@mit.edu)
See Also:
Serialized Form

Field Summary
static String versionId
           
 
Constructor Summary
InitializerServlet()
           
 
Method Summary
 void destroy()
           
 void init()
          Starts up the web environment for the ACS by loading the specified initializer script.
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

InitializerServlet

public InitializerServlet()
Method Detail

init

public void init()
          throws javax.servlet.ServletException
Starts up the web environment for the ACS by loading the specified initializer script.

Throws:
javax.servlet.ServletException

destroy

public void destroy()


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC