public class WebdavServlet
extends HttpServlet
Modifier and Type | Field and Description |
---|---|
static int |
SC_FAILED_DEPENDENCY |
static int |
SC_INSUFFICIENT_STORAGE |
static int |
SC_LOCKED |
static int |
SC_MULTISTATUS |
static int |
SC_PROCESSING |
static int |
SC_UNPROCESSABLE |
Constructor and Description |
---|
WebdavServlet() |
Modifier and Type | Method and Description |
---|---|
void |
doCopy(HttpServletRequest request,
HttpServletResponse response) |
void |
doLock(HttpServletRequest request,
HttpServletResponse response)
The default implementation of this class just returns an error code.
|
void |
doMkCol(HttpServletRequest request,
HttpServletResponse response) |
void |
doMove(HttpServletRequest request,
HttpServletResponse response) |
void |
doPropFind(HttpServletRequest request,
HttpServletResponse response) |
void |
doPropPatch(HttpServletRequest request,
HttpServletResponse response) |
void |
doUnlock(HttpServletRequest request,
HttpServletResponse response)
The default implementation of this class just returns an error code.
|
protected void |
service(HttpServletRequest request,
HttpServletResponse response) |
public static final int SC_PROCESSING
public static final int SC_MULTISTATUS
public static final int SC_UNPROCESSABLE
public static final int SC_LOCKED
public static final int SC_FAILED_DEPENDENCY
public static final int SC_INSUFFICIENT_STORAGE
public void doPropFind(HttpServletRequest request, HttpServletResponse response) throws ServletException, java.io.IOException
ServletException
java.io.IOException
public void doPropPatch(HttpServletRequest request, HttpServletResponse response) throws ServletException, java.io.IOException
ServletException
java.io.IOException
public void doMkCol(HttpServletRequest request, HttpServletResponse response) throws ServletException, java.io.IOException
ServletException
java.io.IOException
public void doCopy(HttpServletRequest request, HttpServletResponse response) throws ServletException, java.io.IOException
ServletException
java.io.IOException
public void doMove(HttpServletRequest request, HttpServletResponse response) throws ServletException, java.io.IOException
ServletException
java.io.IOException
public void doLock(HttpServletRequest request, HttpServletResponse response) throws ServletException, java.io.IOException
request
- response
- ServletException
java.io.IOException
public void doUnlock(HttpServletRequest request, HttpServletResponse response) throws ServletException, java.io.IOException
request
- response
- ServletException
java.io.IOException
protected void service(HttpServletRequest request, HttpServletResponse response) throws ServletException, java.io.IOException
ServletException
java.io.IOException
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.