Uses of Class
org.alfresco.repo.webdav.WebDAVMethod
-
Packages that use WebDAVMethod Package Description org.alfresco.repo.webdav -
-
Uses of WebDAVMethod in org.alfresco.repo.webdav
Subclasses of WebDAVMethod in org.alfresco.repo.webdav Modifier and Type Class Description classCopyMethodImplements the WebDAV COPY methodclassDeleteMethodImplements the WebDAV DELETE methodclassGetMethodImplements the WebDAV GET methodclassHeadMethodImplements the WebDAV HEAD methodclassHierarchicalMethodAbstract base class for the hierarchical methods COPY and MOVEclassLockMethodImplements the WebDAV LOCK methodclassMkcolMethodImplements the WebDAV MKCOL methodclassMoveMethodImplements the WebDAV MOVE methodclassOptionsMethodImplements the WebDAV OPTIONS methodclassPostMethodImplements the WebDAV POST methodclassPropFindMethodImplements the WebDAV PROPFIND methodclassPropPatchMethodImplements the WebDAV PROPPATCH methodclassPutMethodImplements the WebDAV PUT methodclassUnlockMethodImplements the WebDAV UNLOCK methodFields in org.alfresco.repo.webdav with type parameters of type WebDAVMethod Modifier and Type Field Description protected Hashtable<String,Class<? extends WebDAVMethod>>WebDAVServlet. m_davMethodsMethods in org.alfresco.repo.webdav that return WebDAVMethod Modifier and Type Method Description protected WebDAVMethodWebDAVServlet. 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 WebDAVMethod Modifier and Type Method Description StringWebDAVHelper. determineSiteId(WebDAVMethod method)StringWebDAVHelper. determineTenantDomain(WebDAVMethod method)Deprecated.
-