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:
- Author:
- jalkanen
Method Summary |
abstract void |
execute(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
DavPath path)
|
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(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
DavPath path)
throws javax.servlet.ServletException,
IOException
- Throws:
javax.servlet.ServletException
IOException