Class RESTWmsStoreList
- java.lang.Object
-
- it.geosolutions.geoserver.rest.decoder.RESTAbstractList<NameLinkElem>
-
- it.geosolutions.geoserver.rest.decoder.RESTWmsStoreList
-
- All Implemented Interfaces:
java.lang.Iterable<NameLinkElem>
public class RESTWmsStoreList extends RESTAbstractList<NameLinkElem>
Parses list of summary data about WmsStores.This is the XML REST representation:
<wmsStores> <wmsStore> <name>regione</name> <atom:link xmlns:atom="http://www.w3.org/2005/Atom" rel="alternate" href="http://172.27.30.25:8080/geoserver/rest/workspaces/arit/wmsstores/regione.xml" type="application/xml"/> </wmsStore> </wmsStores>- Version:
- $Id: $
- Author:
- cip
-
-
Field Summary
-
Fields inherited from class it.geosolutions.geoserver.rest.decoder.RESTAbstractList
elementList
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRESTWmsStoreList(org.jdom.Element list)Constructor for RESTWmsStoreList.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RESTWmsStoreListbuild(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 RESTWmsStoreList build(java.lang.String response)
build
- Parameters:
response- aStringobject.- Returns:
- a
RESTWmsStoreListobject.
-
-