public class WebDAVServlet
extends javax.servlet.http.HttpServlet
Modifier and Type | Class and Description |
---|---|
static class |
WebDAVServlet.WebDAVInitParameters
Bean to hold injected initialization parameters.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Hashtable |
m_davMethods |
static java.lang.String |
WEBDAV_PREFIX |
Constructor and Description |
---|
WebDAVServlet() |
Modifier and Type | Method and Description |
---|---|
protected WebDAVMethod |
createMethod(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Create a WebDAV method handler
|
protected WebDAVHelper |
getDAVHelper() |
static org.alfresco.service.cmr.repository.NodeRef |
getWebdavRootNode() |
void |
init(javax.servlet.ServletConfig config)
Initialize the servlet
|
protected void |
service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
public static final java.lang.String WEBDAV_PREFIX
protected java.util.Hashtable m_davMethods
protected void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, java.io.IOException
service
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
java.io.IOException
HttpServlet.service(javax.servlet.http.HttpServletRequest,
javax.servlet.http.HttpServletResponse)
protected WebDAVMethod createMethod(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
request
- HttpServletRequestresponse
- HttpServletResponsepublic void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class javax.servlet.GenericServlet
config
- ServletConfigjavax.servlet.ServletException
protected WebDAVHelper getDAVHelper()
public static org.alfresco.service.cmr.repository.NodeRef getWebdavRootNode()
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.