Class RESTWorkspaceList.RESTShortWorkspace

  • Enclosing class:
    RESTWorkspaceList

    public static class RESTWorkspaceList.RESTShortWorkspace
    extends NameLinkElem
    Workspace summary info.
    This is an XML fragment:
     
       <workspace>
          <name>it.geosolutions</name>
          <atom:link xmlns:atom="http://www.w3.org/2005/Atom"
              rel="alternate"
              href="http://localhost:8080/geoserver/rest/workspaces/it.geosolutions.xml"
              type="application/xml"/>
      </workspace>
     
     
    • Constructor Summary

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

      • Methods inherited from class java.lang.Object

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

      • RESTShortWorkspace

        public RESTShortWorkspace​(org.jdom.Element elem)