Class ServerInfo
java.lang.Object
org.bedework.webdav.servlet.shared.serverInfo.ServerInfo
Class to represent server info
- Author:
- Mike Douglass douglm
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddFeature(Feature val) getToken()voidsetApplications(List<Application> val) voidtoXml()voidtoXml(org.bedework.util.xml.XmlEmit xml)
-
Constructor Details
-
ServerInfo
public ServerInfo()
-
-
Method Details
-
setToken
- Parameters:
val- token
-
getToken
- Returns:
- current token
-
setApplications
-
getApplications
-
toXml
- Returns:
- XML version of server info
-
toXml
public void toXml(org.bedework.util.xml.XmlEmit xml) - Parameters:
xml- emitter
-