Represents the GeoServer information required to configure an instance of the WMS 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.
WMS wms = new WMS(dto); System.out.println(wms.getName() + wms.WMS_VERSION); System.out.println(wms.getAbstract());
@author Gabriel Rold�n @version $Id: WMS.java,v 1.7 2004/02/24 02:08:50 cholmesny Exp $
|
|