com.ecyrd.jspwiki.dav
Class WikiDavServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.ecyrd.jspwiki.dav.WebdavServlet
              extended by com.ecyrd.jspwiki.dav.WikiDavServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class WikiDavServlet
extends WebdavServlet

Since:
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ecyrd.jspwiki.dav.WebdavServlet
SC_FAILED_DEPENDENCY, SC_INSUFFICIENT_STORAGE, SC_LOCKED, SC_MULTISTATUS, SC_PROCESSING, SC_UNPROCESSABLE
 
Constructor Summary
WikiDavServlet()
           
 
Method Summary
 void doCopy(HttpServletRequest request, HttpServletResponse response)
           
protected  void doDelete(HttpServletRequest arg0, HttpServletResponse response)
           
protected  void doGet(HttpServletRequest req, HttpServletResponse res)
           
 void doMkCol(HttpServletRequest request, HttpServletResponse response)
           
 void doMove(HttpServletRequest request, HttpServletResponse response)
           
protected  void doOptions(HttpServletRequest req, HttpServletResponse res)
           
protected  void doPost(HttpServletRequest arg0, HttpServletResponse response)
           
 void doPropFind(HttpServletRequest req, HttpServletResponse res)
           
 void doPropPatch(HttpServletRequest request, HttpServletResponse response)
           
protected  void doPut(HttpServletRequest arg0, HttpServletResponse response)
           
 void init(ServletConfig config)
           
 
Methods inherited from class com.ecyrd.jspwiki.dav.WebdavServlet
doLock, doUnlock, service
 
Methods inherited from class javax.servlet.http.HttpServlet
doHead, 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
 

Constructor Detail

WikiDavServlet

public WikiDavServlet()
Method Detail

init

public void init(ServletConfig config)
          throws ServletException
Specified by:
init in interface Servlet
Overrides:
init in class GenericServlet
Throws:
ServletException

doPropFind

public void doPropFind(HttpServletRequest req,
                       HttpServletResponse res)
                throws IOException,
                       ServletException
Overrides:
doPropFind in class WebdavServlet
Throws:
IOException
ServletException

doOptions

protected void doOptions(HttpServletRequest req,
                         HttpServletResponse res)
Overrides:
doOptions in class HttpServlet

doMkCol

public void doMkCol(HttpServletRequest request,
                    HttpServletResponse response)
             throws ServletException,
                    IOException
Overrides:
doMkCol in class WebdavServlet
Throws:
ServletException
IOException

doPropPatch

public void doPropPatch(HttpServletRequest request,
                        HttpServletResponse response)
                 throws ServletException,
                        IOException
Overrides:
doPropPatch in class WebdavServlet
Throws:
ServletException
IOException

doCopy

public void doCopy(HttpServletRequest request,
                   HttpServletResponse response)
            throws ServletException,
                   IOException
Overrides:
doCopy in class WebdavServlet
Throws:
ServletException
IOException

doMove

public void doMove(HttpServletRequest request,
                   HttpServletResponse response)
            throws ServletException,
                   IOException
Overrides:
doMove in class WebdavServlet
Throws:
ServletException
IOException

doDelete

protected void doDelete(HttpServletRequest arg0,
                        HttpServletResponse response)
                 throws ServletException,
                        IOException
Overrides:
doDelete in class HttpServlet
Throws:
ServletException
IOException

doPost

protected void doPost(HttpServletRequest arg0,
                      HttpServletResponse response)
               throws ServletException,
                      IOException
Overrides:
doPost in class HttpServlet
Throws:
ServletException
IOException

doPut

protected void doPut(HttpServletRequest arg0,
                     HttpServletResponse response)
              throws ServletException,
                     IOException
Overrides:
doPut in class HttpServlet
Throws:
ServletException
IOException

doGet

protected void doGet(HttpServletRequest req,
                     HttpServletResponse res)
              throws ServletException,
                     IOException
Overrides:
doGet in class HttpServlet
Throws:
ServletException
IOException