Class RESTNamespaceList.RESTShortNamespace

  • Enclosing class:
    RESTNamespaceList

    public static class RESTNamespaceList.RESTShortNamespace
    extends java.lang.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

      Constructors 
      Constructor Description
      RESTShortNamespace​(org.jdom.Element elem)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RESTShortNamespace

        public RESTShortNamespace​(org.jdom.Element elem)
    • Method Detail

      • getName

        public java.lang.String getName()