Class RESTWmsList
- java.lang.Object
-
- it.geosolutions.geoserver.rest.decoder.RESTAbstractList<NameLinkElem>
-
- it.geosolutions.geoserver.rest.decoder.RESTWmsList
-
- All Implemented Interfaces:
java.lang.Iterable<NameLinkElem>
public class RESTWmsList extends RESTAbstractList<NameLinkElem>
Parses list of summary data about Wms.This is the XML REST representation:
<wmsLayers> <wmsLayer> <name>comunilazio</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/wmslayers/comunilazio.xml" type="application/xml"/> </wmsLayer> </wmsLayers>- Version:
- $Id: $
- Author:
- cip
-
-
Field Summary
-
Fields inherited from class it.geosolutions.geoserver.rest.decoder.RESTAbstractList
elementList
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRESTWmsList(org.jdom.Element list)Constructor for RESTWmsList.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RESTWmsListbuild(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 RESTWmsList build(java.lang.String response)
build
- Parameters:
response- aStringobject.- Returns:
- a
RESTWmsListobject.
-
-