it.geosolutions.geoserver.rest.decoder
Class RESTNamespaceList.RESTShortNamespace

java.lang.Object
  extended by it.geosolutions.geoserver.rest.decoder.RESTNamespaceList.RESTShortNamespace
Enclosing class:
RESTNamespaceList

public static class RESTNamespaceList.RESTShortNamespace
extends Object

Namespace summary info.
This is an XML fragment:

 <namespace>
      <name>it.geosolutions</name>
      <atom:link xmlns:atom="http://www.w3.org/2005/Atom"
          rel="alternate"
          href="http://localhost:8080/geoserver/rest/namespaces/it.geosolutions.xml"
          type="application/xml"/>
  </namespace>
 
 


Constructor Summary
RESTNamespaceList.RESTShortNamespace(Element elem)
           
 
Method Summary
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RESTNamespaceList.RESTShortNamespace

public RESTNamespaceList.RESTShortNamespace(Element elem)
Method Detail

getName

public String getName()


Copyright © 2007-2012 GeoSolutions. All Rights Reserved.