com.ecyrd.jspwiki.dav.methods
Class DavMethod
java.lang.Object
com.ecyrd.jspwiki.dav.methods.DavMethod
- Direct Known Subclasses:
- GetMethod, PropFindMethod, PropPatchMethod
public abstract class DavMethod
- extends Object
- Since:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_provider
protected DavProvider m_provider
DavMethod
public DavMethod(DavProvider provider)
execute
public abstract void execute(HttpServletRequest req,
HttpServletResponse res,
DavPath path)
throws ServletException,
IOException
- Throws:
ServletException
IOException