java.lang.Object
org.bedework.webdav.servlet.shared.serverInfo.ServerInfo

public class ServerInfo extends Object
Class to represent server info
Author:
Mike Douglass douglm
  • Constructor Details

    • ServerInfo

      public ServerInfo()
  • Method Details

    • setToken

      public void setToken(String val)
      Parameters:
      val - token
    • getToken

      public String getToken()
      Returns:
      current token
    • addFeature

      public void addFeature(Feature val)
    • setApplications

      public void setApplications(List<Application> val)
    • getApplications

      public List<Application> getApplications()
    • addApplication

      public void addApplication(Application val)
    • toXml

      public String toXml()
      Returns:
      XML version of server info
    • toXml

      public void toXml(org.bedework.util.xml.XmlEmit xml)
      Parameters:
      xml - emitter