Uses of Class
org.bedework.webdav.servlet.common.PropFindMethod.PropRequest
Packages that use PropFindMethod.PropRequest
-
Uses of PropFindMethod.PropRequest in org.bedework.webdav.servlet.common
Fields in org.bedework.webdav.servlet.common declared as PropFindMethod.PropRequestMethods in org.bedework.webdav.servlet.common that return PropFindMethod.PropRequestModifier and TypeMethodDescriptionPropFindMethod.parseProps(Node nd) Just a list of property names in any namespace.PropFindMethod.tryPropRequest(Node nd) See if the current node represents a valid propfind element and return with a request if so.Methods in org.bedework.webdav.servlet.common with parameters of type PropFindMethod.PropRequestModifier and TypeMethodDescriptionvoidPropFindMethod.doNodeProperties(WebdavNsNode node, PropFindMethod.PropRequest pr) Generate response for a PROPFIND for the current node, then for the children.