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
ServletExceptionjava.io.IOExceptionpublic void doPropPatch(HttpServletRequest request,
                        HttpServletResponse response)
                 throws ServletException,
                        java.io.IOException
ServletExceptionjava.io.IOExceptionpublic void doMkCol(HttpServletRequest request,
                    HttpServletResponse response)
             throws ServletException,
                    java.io.IOException
ServletExceptionjava.io.IOExceptionpublic void doCopy(HttpServletRequest request,
                   HttpServletResponse response)
            throws ServletException,
                   java.io.IOException
ServletExceptionjava.io.IOExceptionpublic void doMove(HttpServletRequest request,
                   HttpServletResponse response)
            throws ServletException,
                   java.io.IOException
ServletExceptionjava.io.IOExceptionpublic void doLock(HttpServletRequest request,
                   HttpServletResponse response)
            throws ServletException,
                   java.io.IOException
request - response - ServletExceptionjava.io.IOExceptionpublic void doUnlock(HttpServletRequest request,
                     HttpServletResponse response)
              throws ServletException,
                     java.io.IOException
request - response - ServletExceptionjava.io.IOExceptionprotected void service(HttpServletRequest request,
                       HttpServletResponse response)
                throws ServletException,
                       java.io.IOException
ServletExceptionjava.io.IOExceptionstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.