org.repoweb.model
Class ManagerPlugIn

java.lang.Object
  extended byorg.repoweb.model.ManagerPlugIn
All Implemented Interfaces:
org.apache.struts.action.PlugIn

public class ManagerPlugIn
extends java.lang.Object
implements org.apache.struts.action.PlugIn

Plugin used to load/save the configuration file at startup/shutdown.


Constructor Summary
ManagerPlugIn()
           
 
Method Summary
 void destroy()
           
protected  java.io.File getConfigFile()
           
 void init(org.apache.struts.action.ActionServlet actionServlet, org.apache.struts.config.ModuleConfig moduleConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagerPlugIn

public ManagerPlugIn()
Method Detail

destroy

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

init

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

getConfigFile

protected java.io.File getConfigFile()


Copyright © 2003-2005 Repoweb. All Rights Reserved.