com.ecyrd.jspwiki.dav.methods
Class DavMethod

java.lang.Object
  extended by com.ecyrd.jspwiki.dav.methods.DavMethod
Direct Known Subclasses:
GetMethod, PropFindMethod, PropPatchMethod

public abstract class DavMethod
extends Object

Since:

Field Summary
protected  DavProvider m_provider
           
 
Constructor Summary
DavMethod(DavProvider provider)
           
 
Method Summary
abstract  void execute(HttpServletRequest req, HttpServletResponse res, DavPath path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_provider

protected DavProvider m_provider
Constructor Detail

DavMethod

public DavMethod(DavProvider provider)
Method Detail

execute

public abstract void execute(HttpServletRequest req,
                             HttpServletResponse res,
                             DavPath path)
                      throws ServletException,
                             IOException
Throws:
ServletException
IOException