Class UnlockMethod

  • All Implemented Interfaces:
    org.bedework.util.logging.Logged, SecureXml

    public class UnlockMethod
    extends MethodBase
    Class called to handle UNLOCK
    Author:
    Mike Douglass douglm rpi.edu
    • Constructor Detail

      • UnlockMethod

        public UnlockMethod()
    • Method Detail

      • init

        public void init()
        Description copied from class: MethodBase
        Called at each request
        Specified by:
        init in class MethodBase
      • doMethod

        public void doMethod​(javax.servlet.http.HttpServletRequest req,
                             javax.servlet.http.HttpServletResponse resp)
                      throws WebdavException
        Specified by:
        doMethod in class MethodBase
        Parameters:
        req - http request
        resp - http response
        Throws:
        WebdavException - on fatal error