org.vfny.geoserver.config
Class ConfigPlugIn

java.lang.Object
  extended byorg.vfny.geoserver.config.ConfigPlugIn
All Implemented Interfaces:
org.apache.struts.action.PlugIn

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

ConfigPlugIn purpose.

Used to set-up config's memory model. REQUIRED Pre-condition must be run after GeoServerPlugIn

See Also:
GeoServerPlugIn

Constructor Summary
ConfigPlugIn()
           
 
Method Summary
 void destroy()
          Implement destroy.
 void init(org.apache.struts.action.ActionServlet arg0, org.apache.struts.config.ModuleConfig arg1)
          Implement init.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigPlugIn

public ConfigPlugIn()
Method Detail

destroy

public void destroy()
Implement destroy.

Description ...

Specified by:
destroy in interface org.apache.struts.action.PlugIn
See Also:
PlugIn.destroy()

init

public void init(org.apache.struts.action.ActionServlet arg0,
                 org.apache.struts.config.ModuleConfig arg1)
          throws javax.servlet.ServletException
Implement init.

Description ...

Specified by:
init in interface org.apache.struts.action.PlugIn
Parameters:
arg0 -
arg1 -
Throws:
javax.servlet.ServletException
See Also:
PlugIn.init(org.apache.struts.action.ActionServlet, org.apache.struts.config.ModuleConfig)