org.openprivacy.reptile.init
Class SystemPropertyInitializer

java.lang.Object
  |
  +--org.openprivacy.reptile.init.SystemPropertyInitializer

public class SystemPropertyInitializer
extends java.lang.Object

Version:
$Id: SystemPropertyInitializer.java,v 1.5 2002/07/06 05:57:56 burton Exp $
Author:
Kevin A. Burton

Constructor Summary
SystemPropertyInitializer(javax.servlet.ServletConfig config)
          Create a new SystemPropertyInitializer instance.
 
Method Summary
 void init()
          Describe init method here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemPropertyInitializer

public SystemPropertyInitializer(javax.servlet.ServletConfig config)
Create a new SystemPropertyInitializer instance.

Method Detail

init

public void init()
          throws java.lang.Exception
Describe init method here.

Throws:
ReptileException - if an error occurs
java.lang.Exception