com.ecyrd.jspwiki.dav.methods
Class PropFindMethod

java.lang.Object
  extended by com.ecyrd.jspwiki.dav.methods.DavMethod
      extended by com.ecyrd.jspwiki.dav.methods.PropFindMethod

public class PropFindMethod
extends DavMethod

Since:

Field Summary
 
Fields inherited from class com.ecyrd.jspwiki.dav.methods.DavMethod
m_provider
 
Constructor Summary
PropFindMethod(DavProvider provider)
           
 
Method Summary
 void execute(HttpServletRequest req, HttpServletResponse res, DavPath dp)
           
 void sendMultiResponse(HttpServletResponse res, Element response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropFindMethod

public PropFindMethod(DavProvider provider)
Method Detail

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