Class Feature
- java.lang.Object
-
- org.bedework.webdav.servlet.shared.serverInfo.Feature
-
public class Feature extends Object
Class to represent a server info feature. The xml equivalent may be no more than a single empty element- Author:
- Mike Douglass douglm
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QNamegetFeatureName()voidsetFeatureName(QName val)voidtoXml(org.bedework.util.xml.XmlEmit xml)
-
-
-
Constructor Detail
-
Feature
public Feature(QName featureName)
-
-