public class RESTStyleList extends RESTAbstractList<NameLinkElem>
This is the XML REST representation:
<styles>
<style>
<name>pophatch</name>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" rel="alternate" href="http://localhost:8080/geoserver/rest/styles/pophatch.xml" type="application/xml"/>
</style>
<style>
<name>point</name>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" rel="alternate" href="http://localhost:8080/geoserver/rest/styles/point.xml" type="application/xml"/>
</style>
<style>
<name>population</name>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" rel="alternate" href="http://localhost:8080/geoserver/rest/styles/population.xml" type="application/xml"/>
</style>
elementList| Modifier | Constructor and Description |
|---|---|
protected |
RESTStyleList(org.jdom.Element list) |
| Modifier and Type | Method and Description |
|---|---|
static RESTStyleList |
build(String response) |
createElement, get, getNames, isEmpty, iterator, sizepublic static RESTStyleList build(String response)
Copyright © 2007–2016 PDOK. All rights reserved.