public class WebDAVServlet extends HttpServlet
Modifier and Type | Class and Description |
---|---|
static class |
WebDAVServlet.WebDAVInitParameters
Bean to hold injected initialization parameters.
|
Modifier and Type | Field and Description |
---|---|
protected Hashtable<String,Class<? extends WebDAVMethod>> |
m_davMethods |
static String |
WEBDAV_PREFIX |
Constructor and Description |
---|
WebDAVServlet() |
Modifier and Type | Method and Description |
---|---|
protected WebDAVMethod |
createMethod(HttpServletRequest request,
HttpServletResponse response)
Create a WebDAV method handler
|
protected WebDAVHelper |
getDAVHelper() |
static org.alfresco.service.cmr.repository.NodeRef |
getWebdavRootNode() |
void |
init(ServletConfig config)
Initialize the servlet
|
protected void |
service(HttpServletRequest request,
HttpServletResponse response) |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
public static final String WEBDAV_PREFIX
protected Hashtable<String,Class<? extends WebDAVMethod>> m_davMethods
protected void service(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
service
in class HttpServlet
ServletException
IOException
HttpServlet.service(javax.servlet.http.HttpServletRequest,
javax.servlet.http.HttpServletResponse)
protected WebDAVMethod createMethod(HttpServletRequest request, HttpServletResponse response)
request
- HttpServletRequestresponse
- HttpServletResponsepublic void init(ServletConfig config) throws ServletException
init
in interface Servlet
init
in class GenericServlet
config
- ServletConfigServletException
protected WebDAVHelper getDAVHelper()
public static org.alfresco.service.cmr.repository.NodeRef getWebdavRootNode()
Copyright © 2005–2017 Alfresco Software. All rights reserved.