Class RESTFeatureTypeList
- java.lang.Object
-
- it.geosolutions.geoserver.rest.decoder.RESTAbstractList<NameLinkElem>
-
- it.geosolutions.geoserver.rest.decoder.RESTFeatureTypeList
-
- All Implemented Interfaces:
java.lang.Iterable<NameLinkElem>
public class RESTFeatureTypeList extends RESTAbstractList<NameLinkElem>
Parses list of summary data about FeatureTypes. FeatureType summary info.
This is an XML fragment:<featureType> <name>states</name> <atom:link xmlns:atom="http://www.w3.org/2005/Atom" rel="alternate" href="http://localhost:8080/geoserver/rest/workspaces/topp/featuretypes/states.xml" type="application/xml"/> </featureType>- Version:
- $Id: $
- Author:
- wumpz
-
-
Field Summary
-
Fields inherited from class it.geosolutions.geoserver.rest.decoder.RESTAbstractList
elementList
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRESTFeatureTypeList(org.jdom.Element list)Constructor for RESTFeatureTypeList.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RESTFeatureTypeListbuild(java.lang.String response)build-
Methods inherited from class it.geosolutions.geoserver.rest.decoder.RESTAbstractList
createElement, get, getNames, isEmpty, iterator, size
-
-
-
-
Method Detail
-
build
public static RESTFeatureTypeList build(java.lang.String response)
build
- Parameters:
response- aStringobject.- Returns:
- a
RESTFeatureTypeListobject.
-
-