|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.geosolutions.geoserver.rest.decoder.RESTNamespaceList
public class RESTNamespaceList
Parses list of summary data about Namespaces.
Single items are handled by RESTNamespaceList.RESTShortNamespace
.
Nested Class Summary | |
---|---|
static class |
RESTNamespaceList.RESTShortNamespace
Namespace summary info. |
Constructor Summary | |
---|---|
protected |
RESTNamespaceList(Element wslistroot)
|
Method Summary | |
---|---|
static RESTNamespaceList |
build(java.lang.String response)
|
RESTNamespaceList.RESTShortNamespace |
get(int index)
|
boolean |
isEmpty()
|
java.util.Iterator<RESTNamespaceList.RESTShortNamespace> |
iterator()
|
int |
size()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected RESTNamespaceList(Element wslistroot)
Method Detail |
---|
public static RESTNamespaceList build(java.lang.String response)
public int size()
public boolean isEmpty()
public RESTNamespaceList.RESTShortNamespace get(int index)
public java.util.Iterator<RESTNamespaceList.RESTShortNamespace> iterator()
iterator
in interface java.lang.Iterable<RESTNamespaceList.RESTShortNamespace>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |