Uses of Class
org.bedework.webdav.servlet.shared.WebdavNsIntf
-
Packages that use WebdavNsIntf Package Description org.bedework.webdav.servlet.common org.bedework.webdav.servlet.shared -
-
Uses of WebdavNsIntf in org.bedework.webdav.servlet.common
Fields in org.bedework.webdav.servlet.common declared as WebdavNsIntf Modifier and Type Field Description protected WebdavNsIntfMethodBase. nsIntfnamespace interface for this requestMethods in org.bedework.webdav.servlet.common that return WebdavNsIntf Modifier and Type Method Description WebdavNsIntfMethodBase. getNsIntf()Get namespace interfaceabstract WebdavNsIntfWebdavServlet. getNsIntf(javax.servlet.http.HttpServletRequest req)Get an interface for the namespaceMethods in org.bedework.webdav.servlet.common with parameters of type WebdavNsIntf Modifier and Type Method Description voidMethodBase. init(WebdavNsIntf nsIntf, boolean dumpContent)Called at each requestConstructors in org.bedework.webdav.servlet.common with parameters of type WebdavNsIntf Constructor Description PostRequestPars(javax.servlet.http.HttpServletRequest req, WebdavNsIntf intf, String resourceUri)PrincipalMatchReport(MethodBase mb, WebdavNsIntf intf)Constructor -
Uses of WebdavNsIntf in org.bedework.webdav.servlet.shared
Methods in org.bedework.webdav.servlet.shared with parameters of type WebdavNsIntf Modifier and Type Method Description booleanWebdavNsNode. generatePropertyValue(QName tag, WebdavNsIntf intf, boolean allProp)Emit the property indicated by the tag.booleanWebdavPrincipalNode. generatePropertyValue(QName tag, WebdavNsIntf intf, boolean allProp)
-