org.polliwog.webapp
Class InitSystem

java.lang.Object
  extended by HttpServlet
      extended by org.polliwog.webapp.InitSystem

public class InitSystem
extends HttpServlet


Field Summary
static java.lang.String PROPERTIES_FILE
          The name of the init parameter that is a file that we start the system up with, is called: "propertiesFile".
 
Constructor Summary
InitSystem()
           
 
Method Summary
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTIES_FILE

public static final java.lang.String PROPERTIES_FILE
The name of the init parameter that is a file that we start the system up with, is called: "propertiesFile".

See Also:
Constant Field Values
Constructor Detail

InitSystem

public InitSystem()
Method Detail

init

public void init()
          throws ServletException
Throws:
ServletException


  Copyright © 2007 Gary Bentley. All Rights Reserved.