Class DoDelete

    • Method Detail

      • execute

        public void execute​(Transaction transaction,
                            javax.servlet.http.HttpServletRequest req,
                            javax.servlet.http.HttpServletResponse resp)
                     throws IOException
        Throws:
        IOException
      • deleteResource

        public void deleteResource​(Transaction transaction,
                                   String path,
                                   Map<String,​Integer> errorList,
                                   javax.servlet.http.HttpServletRequest req,
                                   javax.servlet.http.HttpServletResponse resp)
                            throws IOException
        deletes the recources at "path"
        Parameters:
        transaction - indicates that the method is within the scope of a WebDAV transaction
        path - the folder to be deleted
        errorList - all errors that ocurred
        req - HttpServletRequest
        resp - HttpServletResponse
        Throws:
        WebdavException - if an error in the underlying store occurs
        IOException - when an error occurs while sending the response