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 class
CopyMethod
Implements the WebDAV COPY methodclass
DeleteMethod
Implements the WebDAV DELETE methodclass
GetMethod
Implements the WebDAV GET methodclass
HeadMethod
Implements the WebDAV HEAD methodclass
HierarchicalMethod
Abstract base class for the hierarchical methods COPY and MOVEclass
LockMethod
Implements the WebDAV LOCK methodclass
MkcolMethod
Implements the WebDAV MKCOL methodclass
MoveMethod
Implements the WebDAV MOVE methodclass
OptionsMethod
Implements the WebDAV OPTIONS methodclass
PostMethod
Implements the WebDAV POST methodclass
PropFindMethod
Implements the WebDAV PROPFIND methodclass
PropPatchMethod
Implements the WebDAV PROPPATCH methodclass
PutMethod
Implements the WebDAV PUT methodclass
UnlockMethod
Implements 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_davMethods
Methods in org.alfresco.repo.webdav that return WebDAVMethod Modifier and Type Method Description protected 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 WebDAVMethod Modifier and Type Method Description String
WebDAVHelper. determineSiteId(WebDAVMethod method)
String
WebDAVHelper. determineTenantDomain(WebDAVMethod method)
Deprecated.
-