com.ecyrd.jspwiki.dav.methods
Class PropPatchMethod
java.lang.Object
com.ecyrd.jspwiki.dav.methods.DavMethod
com.ecyrd.jspwiki.dav.methods.PropPatchMethod
public class PropPatchMethod
- extends DavMethod
- Since:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropPatchMethod
public PropPatchMethod(DavProvider provider)
- Constructs a new DAV PropPatchMethod.
- Parameters:
provider
- the DAV provider
execute
public void execute(HttpServletRequest req,
HttpServletResponse res,
DavPath dp)
throws ServletException,
IOException
- Specified by:
execute
in class DavMethod
- Throws:
ServletException
IOException