Package | Description |
---|---|
org.alfresco.module.vti.web.actions | |
org.alfresco.module.vti.web.fp | |
org.alfresco.repo.webdav |
Modifier and Type | Method and Description |
---|---|
WebDAVMethod |
VtiPutAction.getWebDAVMethod() |
abstract WebDAVMethod |
VtiWebDavAction.getWebDAVMethod()
Return executing WebDAV method.
|
WebDAVMethod |
VtiMkcolAction.getWebDAVMethod() |
WebDAVMethod |
VtiDeleteAction.getWebDAVMethod() |
WebDAVMethod |
VtiPropfindAction.getWebDAVMethod() |
WebDAVMethod |
VtiMoveAction.getWebDAVMethod() |
WebDAVMethod |
VtiUnlockAction.getWebDAVMethod() |
WebDAVMethod |
VtiPropPatchAction.getWebDAVMethod() |
WebDAVMethod |
VtiLockAction.getWebDAVMethod() |
Modifier and Type | Method and Description |
---|---|
void |
VtiWebDavAction.execute(WebDAVMethod method,
HttpServletRequest request,
HttpServletResponse response)
Plugable executor implementation allows overriding of this behaviour without disturbing
the class hierarchy.
|
void |
VtiWebDavActionExecutor.execute(WebDAVMethod method,
HttpServletRequest request,
HttpServletResponse response) |
Modifier and Type | Class and Description |
---|---|
class |
PropfindMethod
Class for handling PROPFIND method of the MS-WDVME protocol.
|
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(HttpServletRequest request,
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.