Represents the GeoServer information required to configure an instance of the WFS Server. This class holds the currently used configuration and is instantiated initially by the GeoServerPlugIn at start-up, but may be modified by the Configuration Interface during runtime. Such modifications come from the GeoServer Object in the SessionContext.
WFS wfs = new WFS(dto); System.out.println(wfs.getName()); System.out.println(wfs.getAbstract());
@author Gabriel Rold�n @author Chris Holmes @version $Id: WFS.java,v 1.8 2004/09/09 16:54:19 cholmesny Exp $
|
|