| java.lang.Object org.vfny.geoserver.global.GeoServerPlugIn
GeoServerPlugIn | public class GeoServerPlugIn implements PlugIn(Code) | | GeoServerPlugIn purpose.
Used to load the config into GeoServer. Is a pre-Condition for ConfigPlugIn.
This is started by struts.
author: dzwiers, Refractions Research, Inc. version: $Id: GeoServerPlugIn.java 6326 2007-03-15 18:36:40Z jdeolive $ See Also: org.vfny.geoserver.config.ConfigPlugIn |
Method Summary | |
public void | destroy() Implement destroy. | public void | init(ActionServlet as, ModuleConfig mc) Implement init.
This does the load of the config files for GeoServer. |
destroy | public void destroy()(Code) | | Implement destroy.
Does Nothing
See Also: org.apache.struts.action.PlugIn.destroy |
init | public void init(ActionServlet as, ModuleConfig mc) throws javax.servlet.ServletException(Code) | | Implement init.
This does the load of the config files for GeoServer. Check the struts
configuration if this is not laoding correctly.
Parameters: as - Used to get ServletContext Parameters: mc - Not used throws: javax.servlet.ServletException - throws: ServletException - when a load error occurs See Also: org.apache.struts.action.PlugIn.init(org.apache.struts.action.ActionServletorg.apache.struts.config.ModuleConfig) |
|
|