| Package | Description |
|---|---|
| org.bedework.webdav.servlet.common | |
| org.bedework.webdav.servlet.shared |
| Modifier and Type | Field and Description |
|---|---|
Collection<WebdavProperty> |
PrincipalMatchReport.props
Properties to return (none for empty collection)
|
List<WebdavProperty> |
PropFindMethod.PropRequest.props
For the prop element we build a Collection of WebdavProperty
|
| Modifier and Type | Method and Description |
|---|---|
void |
MethodBase.doPropFind(WebdavNsNode node,
Collection<WebdavProperty> props)
Build the response for a single node for a propfind request
|
| Modifier and Type | Field and Description |
|---|---|
Collection<WebdavProperty> |
PrincipalPropertySearch.props
Each of these must match
|
| Modifier and Type | Method and Description |
|---|---|
WebdavProperty |
WebdavNsIntf.makeProp(Element propnode)
Override this to create namespace specific property objects.
|
| Modifier and Type | Method and Description |
|---|---|
List<WebdavProperty> |
WebdavNsIntf.parseProp(Node nd)
Parse a DAV:prop list of property names in any namespace.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
WebdavNsIntf.generatePropValue(WebdavNsNode node,
WebdavProperty pr,
boolean allProp)
Generate a response for a single webdav property.
|
boolean |
WebdavNsIntf.knownProperty(WebdavNsNode node,
WebdavProperty pr)
Return true if a call to generatePropValue will return a value.
|
Copyright © 2019 Bedework. All rights reserved.