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:
- Author:
- jalkanen
Method Summary |
void |
execute(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
DavPath dp)
|
void |
sendMultiResponse(javax.servlet.http.HttpServletResponse res,
Element response)
|
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(javax.servlet.http.HttpServletResponse res,
Element response)
throws IOException
- Throws:
IOException
execute
public void execute(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
DavPath dp)
throws javax.servlet.ServletException,
IOException
- Specified by:
execute
in class DavMethod
- Throws:
javax.servlet.ServletException
IOException