de.snailshell.consensus.demo
Class ConsensusFoundationPlugin

java.lang.Object
  extended byde.snailshell.consensus.demo.ConsensusFoundationPlugin
All Implemented Interfaces:
org.apache.struts.action.PlugIn

public class ConsensusFoundationPlugin
extends Object
implements org.apache.struts.action.PlugIn

Version:
2006-06-14
Author:
Thomas Much

Constructor Summary
ConsensusFoundationPlugin()
           
 
Method Summary
 void destroy()
           
 void init(org.apache.struts.action.ActionServlet servlet, org.apache.struts.config.ModuleConfig config)
           
 void setConfig(String configFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsensusFoundationPlugin

public ConsensusFoundationPlugin()
Method Detail

setConfig

public void setConfig(String configFile)

init

public void init(org.apache.struts.action.ActionServlet servlet,
                 org.apache.struts.config.ModuleConfig config)
          throws javax.servlet.ServletException
Specified by:
init in interface org.apache.struts.action.PlugIn
Throws:
javax.servlet.ServletException

destroy

public void destroy()
Specified by:
destroy in interface org.apache.struts.action.PlugIn