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