org.alfresco.repo.webdav
Class WebDAVServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.alfresco.repo.webdav.WebDAVServlet
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class WebDAVServlet
- extends javax.servlet.http.HttpServlet
Servlet that accepts WebDAV requests for the hub. The request is served by the hub's content
repository framework and the response sent back using the WebDAV protocol.
- See Also:
- Serialized Form
Method Summary |
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)
|
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service |
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WEBDAV_PREFIX
public static final java.lang.String WEBDAV_PREFIX
- See Also:
- Constant Field Values
m_davMethods
protected java.util.Hashtable m_davMethods
WebDAVServlet
public WebDAVServlet()
service
protected void service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
- Overrides:
service
in class javax.servlet.http.HttpServlet
- Throws:
javax.servlet.ServletException
java.io.IOException
- See Also:
HttpServlet.service(javax.servlet.http.HttpServletRequest,
javax.servlet.http.HttpServletResponse)
init
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
- Initialize the servlet
- Specified by:
init
in interface javax.servlet.Servlet
- Overrides:
init
in class javax.servlet.GenericServlet
- Parameters:
config
- ServletConfig
- Throws:
javax.servlet.ServletException
getWebdavRootNode
public static org.alfresco.service.cmr.repository.NodeRef getWebdavRootNode()
- Returns:
- root node for WebDAV
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.