public abstract class PropertyHandler extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
PropertyHandler.PropertyType
Allow callers to specify which set of properties are to be processed
|
| Constructor and Description |
|---|
PropertyHandler() |
| Modifier and Type | Method and Description |
|---|---|
abstract Map<QName,org.bedework.webdav.servlet.shared.WebdavNsNode.PropertyTagEntry> |
getPropertyNames() |
boolean |
knownProperty(QName tag)
Return true if a call to generatePropertyValue will return a value.
|
public abstract Map<QName,org.bedework.webdav.servlet.shared.WebdavNsNode.PropertyTagEntry> getPropertyNames()
public boolean knownProperty(QName tag) throws org.bedework.webdav.servlet.shared.WebdavException
tag - org.bedework.webdav.servlet.shared.WebdavExceptionCopyright © 2018 Bedework. All rights reserved.