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