|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.vfny.geoserver.config.ServiceConfig
org.vfny.geoserver.config.WFSConfig
WFS purpose.
Description of WFS Used to store WFS data.
| Field Summary | |
static java.lang.String |
CONFIG_KEY
|
| Constructor Summary | |
WFSConfig()
WFS constructor. |
|
WFSConfig(WFSDTO w)
WFS constructor. |
|
| Method Summary | |
java.util.Set |
getEnabledFeatures()
DOCUMENT ME! |
boolean |
isGmlPrefixing()
isGmlPrefixing purpose. |
void |
setEnabledFeatures(java.util.Set set)
DOCUMENT ME! |
void |
setGmlPrefixing(boolean b)
setGmlPrefixing purpose. |
WFSDTO |
toDTO()
Implement toDTO. |
void |
update(WFSDTO dto)
Implement loadDTO. |
| Methods inherited from class org.vfny.geoserver.config.ServiceConfig |
getAbstract, getAccessConstraints, getFees, getKeywords, getMaintainer, getName, getOnlineResource, getTitle, isEnabled, setAbstract, setAccessConstraints, setEnabled, setFees, setKeywords, setMaintainer, setName, setOnlineResource, setTitle, toServDTO, update |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String CONFIG_KEY
| Constructor Detail |
public WFSConfig()
Creates a WFS to represent an instance with default data.
defaultSettings()public WFSConfig(WFSDTO w)
Creates a copy of the WFS provided. If the WFS provided is null then default values are used. All the data structures are cloned.
w - The WFS to copy.| Method Detail |
public void update(WFSDTO dto)
Takes a WMSDTO and loads it into this WMSConfig Object
dto - an instance of WMSDTO
java.lang.NullPointerException - DOCUMENT ME!org.vfny.geoserver.config.DataStructure#loadDTO(java.lang.Object)public WFSDTO toDTO()
Returns a copy of the data in a ServiceDTO object
org.vfny.geoserver.config.DataStructure#toDTO()public java.util.Set getEnabledFeatures()
public void setEnabledFeatures(java.util.Set set)
set - public boolean isGmlPrefixing()
Description ...
public void setGmlPrefixing(boolean b)
Description ...
b -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||