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