com.ecyrd.jspwiki.dav.methods
Class GetMethod

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

public class GetMethod
extends DavMethod

Since:

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

Constructor Detail

GetMethod

public GetMethod(DavProvider provider)
Method Detail

execute

public void execute(HttpServletRequest req,
                    HttpServletResponse res,
                    DavPath dp)
             throws IOException
Specified by:
execute in class DavMethod
Throws:
IOException