it.geosolutions.geoserver.rest.decoder
Class RESTLayerList

java.lang.Object
  extended by it.geosolutions.geoserver.rest.decoder.RESTAbstractList<NameLinkElem>
      extended by 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)

Field Summary
 
Fields inherited from class it.geosolutions.geoserver.rest.decoder.RESTAbstractList
elementList
 
Constructor Summary
protected RESTLayerList(org.jdom.Element list)
           
 
Method Summary
static RESTLayerList build(String response)
           
 
Methods inherited from class it.geosolutions.geoserver.rest.decoder.RESTAbstractList
createElement, get, getNames, isEmpty, iterator, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RESTLayerList

protected RESTLayerList(org.jdom.Element list)
Method Detail

build

public static RESTLayerList build(String response)


Copyright © 2007-2013 GeoSolutions. All Rights Reserved.