Class RESTPublished
- java.lang.Object
-
- it.geosolutions.geoserver.rest.decoder.utils.NameLinkElem
-
- it.geosolutions.geoserver.rest.decoder.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.StringgetType()Getter for the fieldtype.-
Methods inherited from class it.geosolutions.geoserver.rest.decoder.utils.NameLinkElem
getName
-
-