|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.geosolutions.geoserver.rest.decoder.RESTAbstractList<NameLinkElem>
it.geosolutions.geoserver.rest.decoder.RESTLayerList
public class RESTLayerList
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>
Field Summary |
---|
Fields inherited from class it.geosolutions.geoserver.rest.decoder.RESTAbstractList |
---|
elementList |
Constructor Summary | |
---|---|
protected |
RESTLayerList(Element list)
|
Method Summary | |
---|---|
static RESTLayerList |
build(java.lang.String response)
|
Methods inherited from class it.geosolutions.geoserver.rest.decoder.RESTAbstractList |
---|
createElement, get, getNames, isEmpty, iterator, size |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected RESTLayerList(Element list)
Method Detail |
---|
public static RESTLayerList build(java.lang.String response)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |