Uses of Class
org.bedework.webdav.servlet.shared.WebdavProperty
-
Packages that use WebdavProperty Package Description org.bedework.webdav.servlet.common org.bedework.webdav.servlet.shared -
-
Uses of WebdavProperty in org.bedework.webdav.servlet.common
Fields in org.bedework.webdav.servlet.common with type parameters of type WebdavProperty Modifier and Type Field Description Collection<WebdavProperty>PrincipalMatchReport. propsProperties to return (none for empty collection)List<WebdavProperty>PropFindMethod.PropRequest. propsFor the prop element we build a Collection of WebdavPropertyMethod parameters in org.bedework.webdav.servlet.common with type arguments of type WebdavProperty Modifier and Type Method Description voidMethodBase. doPropFind(WebdavNsNode node, Collection<WebdavProperty> props)Build the response for a single node for a propfind request -
Uses of WebdavProperty in org.bedework.webdav.servlet.shared
Fields in org.bedework.webdav.servlet.shared with type parameters of type WebdavProperty Modifier and Type Field Description Collection<WebdavProperty>PrincipalPropertySearch. propsEach of these must matchMethods in org.bedework.webdav.servlet.shared that return WebdavProperty Modifier and Type Method Description WebdavPropertyWebdavNsIntf. makeProp(Element propnode)Override this to create namespace specific property objects.Methods in org.bedework.webdav.servlet.shared that return types with arguments of type WebdavProperty Modifier and Type Method Description List<WebdavProperty>WebdavNsIntf. parseProp(Node nd)Parse a DAV:prop list of property names in any namespace.Methods in org.bedework.webdav.servlet.shared with parameters of type WebdavProperty Modifier and Type Method Description booleanWebdavNsIntf. generatePropValue(WebdavNsNode node, WebdavProperty pr, boolean allProp)Generate a response for a single webdav property.booleanWebdavNsIntf. knownProperty(WebdavNsNode node, WebdavProperty pr)Return true if a call to generatePropValue will return a value.
-