Class RESTLayerList

  • All Implemented Interfaces:
    java.lang.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>
     
     
    Version:
    $Id: $
    Author:
    ETj (etj at geo-solutions.it)
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected RESTLayerList​(org.jdom.Element list)
      Constructor for RESTLayerList.
    • Constructor Detail

      • RESTLayerList

        protected RESTLayerList​(org.jdom.Element list)

        Constructor for RESTLayerList.

        Parameters:
        list - a Element object.
    • Method Detail

      • build

        public static RESTLayerList build​(java.lang.String response)

        build

        Parameters:
        response - a String object.
        Returns:
        a RESTLayerList object.