net.sf.webdav.methods
Class DoGet
java.lang.Object
net.sf.webdav.methods.AbstractMethod
net.sf.webdav.methods.DoHead
net.sf.webdav.methods.DoGet
- All Implemented Interfaces:
- IMethodExecutor
public class DoGet
- extends DoHead
|
Method Summary |
protected void |
doBody(ITransaction transaction,
javax.servlet.http.HttpServletResponse resp,
String path)
|
protected void |
folderBody(ITransaction transaction,
String path,
javax.servlet.http.HttpServletResponse resp,
javax.servlet.http.HttpServletRequest req)
|
| Methods inherited from class net.sf.webdav.methods.DoHead |
execute |
| Methods inherited from class net.sf.webdav.methods.AbstractMethod |
checkLocks, getCleanPath, getDepth, getDocumentBuilder, getETag, getLockIdFromIfHeader, getLockIdFromLockTokenHeader, getParentPath, getRelativePath, rewriteUrl, sendReport |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DoGet
public DoGet(IWebdavStore store,
String dftIndexFile,
String insteadOf404,
ResourceLocks resourceLocks,
IMimeTyper mimeTyper,
int contentLengthHeader)
doBody
protected void doBody(ITransaction transaction,
javax.servlet.http.HttpServletResponse resp,
String path)
- Overrides:
doBody in class DoHead
folderBody
protected void folderBody(ITransaction transaction,
String path,
javax.servlet.http.HttpServletResponse resp,
javax.servlet.http.HttpServletRequest req)
throws IOException
- Overrides:
folderBody in class DoHead
- Throws:
IOException
Copyright © 2013 KnowledgePlaza. All Rights Reserved.