com.ecyrd.jspwiki.dav.methods
Class PropPatchMethod

java.lang.Object
  extended by com.ecyrd.jspwiki.dav.methods.DavMethod
      extended by com.ecyrd.jspwiki.dav.methods.PropPatchMethod

public class PropPatchMethod
extends DavMethod

Since:

Field Summary
 
Fields inherited from class com.ecyrd.jspwiki.dav.methods.DavMethod
m_provider
 
Constructor Summary
PropPatchMethod(DavProvider provider)
          Constructs a new DAV PropPatchMethod.
 
Method Summary
 void execute(HttpServletRequest req, HttpServletResponse res, DavPath dp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropPatchMethod

public PropPatchMethod(DavProvider provider)
Constructs a new DAV PropPatchMethod.

Parameters:
provider - the DAV provider
Method Detail

execute

public void execute(HttpServletRequest req,
                    HttpServletResponse res,
                    DavPath dp)
             throws ServletException,
                    IOException
Specified by:
execute in class DavMethod
Throws:
ServletException
IOException