Class RESTPublished


  • public class RESTPublished
    extends NameLinkElem
    Parse a published returned as XML REST objects. This is the XML REST representation:
    
        <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>
     
    Version:
    $Id: $
    Author:
    Davide Savazzi (geo-solutions.it)
    • Constructor Summary

      Constructors 
      Constructor Description
      RESTPublished​(org.jdom.Element elem)
      Constructor for RESTPublished.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getType()
      Getter for the field type.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RESTPublished

        public RESTPublished​(org.jdom.Element elem)

        Constructor for RESTPublished.

        Parameters:
        elem - a Element object.
    • Method Detail

      • getType

        public java.lang.String getType()

        Getter for the field type.

        Returns:
        a String object.