Class RESTPublishedList

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

    public class RESTPublishedList
    extends RESTAbstractList<RESTPublished>
    Parse publisheds returned as XML REST objects. This is the XML REST representation:
    
      <publishables>
        <published type="layer">
          <name>sfdem</name>
          <atom:link xmlns:atom="http://www.w3.org/2005/Atom" rel="alternate" href="http://localhost:8080/geoserver/rest/layers/sfdem.xml" type="application/xml"/>
        </published>
        <published type="layer">
          <name>bugsites</name>
          <atom:link xmlns:atom="http://www.w3.org/2005/Atom" rel="alternate" href="http://localhost:8080/geoserver/rest/layers/bugsites.xml" type="application/xml"/>
        </published>
      </publishables>
     
    Version:
    $Id: $
    Author:
    Davide Savazzi (geo-solutions.it)
    • Constructor Detail

      • RESTPublishedList

        protected RESTPublishedList​(org.jdom.Element list)

        Constructor for RESTPublishedList.

        Parameters:
        list - a Element object.