Package | Description |
---|---|
org.alfresco.repo.webdav |
Modifier and Type | Class and Description |
---|---|
class |
CopyMethod
Implements the WebDAV COPY method
|
class |
DeleteMethod
Implements the WebDAV DELETE method
|
class |
GetMethod
Implements the WebDAV GET method
|
class |
HeadMethod
Implements the WebDAV HEAD method
|
class |
HierarchicalMethod
Abstract base class for the hierarchical methods COPY and MOVE
|
class |
LockMethod
Implements the WebDAV LOCK method
|
class |
MkcolMethod
Implements the WebDAV MKCOL method
|
class |
MoveMethod
Implements the WebDAV MOVE method
|
class |
OptionsMethod
Implements the WebDAV OPTIONS method
|
class |
PostMethod
Implements the WebDAV POST method
|
class |
PropFindMethod
Implements the WebDAV PROPFIND method
|
class |
PropPatchMethod
Implements the WebDAV PROPPATCH method
|
class |
PutMethod
Implements the WebDAV PUT method
|
class |
UnlockMethod
Implements the WebDAV UNLOCK method
|
Modifier and Type | Field and Description |
---|---|
protected Hashtable<String,Class<? extends WebDAVMethod>> |
WebDAVServlet.m_davMethods |
Modifier and Type | Method and Description |
---|---|
protected WebDAVMethod |
WebDAVServlet.createMethod(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Create a WebDAV method handler
|
Modifier and Type | Method and Description |
---|---|
String |
WebDAVHelper.determineSiteId(WebDAVMethod method) |
String |
WebDAVHelper.determineTenantDomain(WebDAVMethod method)
Deprecated.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.