Class RESTLayerGroupList

  • All Implemented Interfaces:
    java.lang.Iterable<NameLinkElem>

    public class RESTLayerGroupList
    extends RESTAbstractList<NameLinkElem>
    Parses list of summary data about LayerGroups.

    This is the XML REST representation:

      
    <layerGroups>
          <layerGroup>
            <name>tiger-ny</name>
            <atom:link xmlns:atom="http://www.w3.org/2005/Atom" rel="alternate" href="http://localhost:8080/geoserver/rest/layergroups/tiger-ny.xml" type="application/xml"/>
          </layerGroup>
          <layerGroup>
            <name>spearfish</name>
            <atom:link xmlns:atom="http://www.w3.org/2005/Atom" rel="alternate" href="http://localhost:8080/geoserver/rest/layergroups/spearfish.xml" type="application/xml"/>
          </layerGroup>
          <layerGroup>
            <name>tasmania</name>
            <atom:link xmlns:atom="http://www.w3.org/2005/Atom" rel="alternate" href="http://localhost:8080/geoserver/rest/layergroups/tasmania.xml" type="application/xml"/>
          </layerGroup>
    </layerGroups>
    
    Version:
    $Id: $
    Author:
    ETj (etj at geo-solutions.it)
    • Constructor Detail

      • RESTLayerGroupList

        protected RESTLayerGroupList​(org.jdom.Element list)

        Constructor for RESTLayerGroupList.

        Parameters:
        list - a Element object.