Class PropPatchMethod

java.lang.Object
org.bedework.webdav.servlet.common.MethodBase
org.bedework.webdav.servlet.common.PropPatchMethod
All Implemented Interfaces:
org.bedework.util.logging.Logged, SecureXml
Direct Known Subclasses:
MkcolMethod

public class PropPatchMethod extends MethodBase
Class called to handle PROPPATCH
Author:
Mike Douglass douglm rpi.edu
  • Constructor Details

    • PropPatchMethod

      public PropPatchMethod()
  • Method Details

    • 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)
      Specified by:
      doMethod in class MethodBase
      Parameters:
      req - http request
      resp - http response
    • processDoc

      protected void processDoc(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Document doc, WebdavNsNode node, QName expectedRoot, boolean onlySet)