Uses of Class
org.bedework.webdav.servlet.common.PropFindMethod.PropRequest
-
Packages that use PropFindMethod.PropRequest Package Description org.bedework.webdav.servlet.common org.bedework.webdav.servlet.shared -
-
Uses of PropFindMethod.PropRequest in org.bedework.webdav.servlet.common
Fields in org.bedework.webdav.servlet.common declared as PropFindMethod.PropRequest Modifier and Type Field Description protected PropFindMethod.PropRequestReportMethod. preqMethods in org.bedework.webdav.servlet.common that return PropFindMethod.PropRequest Modifier and Type Method Description PropFindMethod.PropRequestPropFindMethod. parseProps(Node nd)Just a list of property names in any namespace.PropFindMethod.PropRequestPropFindMethod. 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.PropRequest Modifier and Type Method Description voidPropFindMethod. doNodeProperties(WebdavNsNode node, PropFindMethod.PropRequest pr)Generate response for a PROPFIND for the current node, then for the children. -
Uses of PropFindMethod.PropRequest in org.bedework.webdav.servlet.shared
Fields in org.bedework.webdav.servlet.shared declared as PropFindMethod.PropRequest Modifier and Type Field Description PropFindMethod.PropRequestPrincipalPropertySearch. prProperties to be returned
-