com.ecyrd.jspwiki.dav
Class WebdavServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.ecyrd.jspwiki.dav.WebdavServlet
- All Implemented Interfaces:
- Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
- Direct Known Subclasses:
- AttachmentServlet, WikiDavServlet
public class WebdavServlet
- extends javax.servlet.http.HttpServlet
- Since:
- Author:
- jalkanen
- See Also:
- Serialized Form
Method Summary |
void |
doCopy(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
doLock(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
The default implementation of this class just returns an error code. |
void |
doMkCol(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
doMove(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
doPropFind(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
doPropPatch(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
doUnlock(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
The default implementation of this class just returns an error code. |
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, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SC_PROCESSING
public static final int SC_PROCESSING
- See Also:
- Constant Field Values
SC_MULTISTATUS
public static final int SC_MULTISTATUS
- See Also:
- Constant Field Values
SC_UNPROCESSABLE
public static final int SC_UNPROCESSABLE
- See Also:
- Constant Field Values
SC_LOCKED
public static final int SC_LOCKED
- See Also:
- Constant Field Values
SC_FAILED_DEPENDENCY
public static final int SC_FAILED_DEPENDENCY
- See Also:
- Constant Field Values
SC_INSUFFICIENT_STORAGE
public static final int SC_INSUFFICIENT_STORAGE
- See Also:
- Constant Field Values
WebdavServlet
public WebdavServlet()
doPropFind
public void doPropFind(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
- Throws:
javax.servlet.ServletException
IOException
doPropPatch
public void doPropPatch(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
- Throws:
javax.servlet.ServletException
IOException
doMkCol
public void doMkCol(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
- Throws:
javax.servlet.ServletException
IOException
doCopy
public void doCopy(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
- Throws:
javax.servlet.ServletException
IOException
doMove
public void doMove(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
- Throws:
javax.servlet.ServletException
IOException
doLock
public void doLock(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
- The default implementation of this class just returns an error code.
- Parameters:
request
- response
-
- Throws:
javax.servlet.ServletException
IOException
doUnlock
public void doUnlock(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
- The default implementation of this class just returns an error code.
- Parameters:
request
- response
-
- Throws:
javax.servlet.ServletException
IOException
service
protected void service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
- Overrides:
service
in class javax.servlet.http.HttpServlet
- Throws:
javax.servlet.ServletException
IOException