it.geosolutions.geoserver.rest.decoder
Class RESTLayerList
java.lang.Object
it.geosolutions.geoserver.rest.decoder.RESTAbstractList<NameLinkElem>
it.geosolutions.geoserver.rest.decoder.RESTLayerList
- All Implemented Interfaces:
- Iterable<NameLinkElem>
public class RESTLayerList
- extends RESTAbstractList<NameLinkElem>
Parses list of summary data about Layers.
Layer summary info.
This is an XML fragment:
<layer>
<name>states</name>
<atom:link
xmlns:atom="http://www.w3.org/2005/Atom"
rel="alternate"
href="http://localhost:8080/geoserver/rest/layers/states.xml"
type="application/xml"/>
</layer>
- Author:
- ETj (etj at geo-solutions.it)
Constructor Summary |
protected |
RESTLayerList(org.jdom.Element list)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESTLayerList
protected RESTLayerList(org.jdom.Element list)
build
public static RESTLayerList build(String response)
Copyright © 2007-2013 GeoSolutions. All Rights Reserved.