org.vfny.geoserver.global
Class WFS

java.lang.Object
  extended byorg.vfny.geoserver.global.GlobalLayerSupertype
      extended byorg.vfny.geoserver.global.Service
          extended byorg.vfny.geoserver.global.WFS

public class WFS
extends Service

WFS

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());


Field Summary
 
Fields inherited from class org.vfny.geoserver.global.Service
config, LOGGER
 
Constructor Summary
WFS(WFSDTO config)
          WFS constructor.
 
Method Summary
 boolean isGmlPrefixing()
          isGmlPrefixing purpose.
 void setGmlPrefixing(boolean b)
          setGmlPrefixing purpose.
 
Methods inherited from class org.vfny.geoserver.global.Service
get, get, get, get, get, get, get, get, get, get, get, getAbstract, getAccessConstraints, getFees, getKeywords, getMaintainer, getName, getOnlineResource, getTitle, isEnabled, notNull
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WFS

public WFS(WFSDTO config)
WFS constructor.

Stores the data specified in the WFSDTO object in this WFS Object for GeoServer to use.

Parameters:
config - The data intended for GeoServer to use.
Method Detail

isGmlPrefixing

public boolean isGmlPrefixing()
isGmlPrefixing purpose.

Description ...

Returns:

setGmlPrefixing

public void setGmlPrefixing(boolean b)
setGmlPrefixing purpose.

Description ...

Parameters:
b -