Uses of Class
org.alfresco.repo.webdav.WebDAVMethod
Packages that use WebDAVMethod
-
Uses of WebDAVMethod in org.alfresco.repo.webdav
Subclasses of WebDAVMethod in org.alfresco.repo.webdavModifier and TypeClassDescriptionclass
Implements the WebDAV COPY methodclass
Implements the WebDAV DELETE methodclass
Implements the WebDAV GET methodclass
Implements the WebDAV HEAD methodclass
Abstract base class for the hierarchical methods COPY and MOVEclass
Implements the WebDAV LOCK methodclass
Implements the WebDAV MKCOL methodclass
Implements the WebDAV MOVE methodclass
Implements the WebDAV OPTIONS methodclass
Implements the WebDAV POST methodclass
Implements the WebDAV PROPFIND methodclass
Implements the WebDAV PROPPATCH methodclass
Implements the WebDAV PUT methodclass
Implements the WebDAV UNLOCK methodFields in org.alfresco.repo.webdav with type parameters of type WebDAVMethodModifier and TypeFieldDescriptionprotected Hashtable<String,
Class<? extends WebDAVMethod>> WebDAVServlet.m_davMethods
Methods in org.alfresco.repo.webdav that return WebDAVMethodModifier and TypeMethodDescriptionprotected WebDAVMethod
WebDAVServlet.createMethod
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Create a WebDAV method handlerMethods in org.alfresco.repo.webdav with parameters of type WebDAVMethodModifier and TypeMethodDescriptionWebDAVHelper.determineSiteId
(WebDAVMethod method) WebDAVHelper.determineTenantDomain
(WebDAVMethod method) Deprecated.