net.sf.webdav.methods
Class DoHead
java.lang.Object
net.sf.webdav.methods.AbstractMethod
net.sf.webdav.methods.DoHead
- All Implemented Interfaces:
- IMethodExecutor
- Direct Known Subclasses:
- DoGet
public class DoHead
- extends AbstractMethod
|
Method Summary |
protected void |
doBody(ITransaction transaction,
javax.servlet.http.HttpServletResponse resp,
String path)
|
void |
execute(ITransaction transaction,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
|
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.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 |
_dftIndexFile
protected String _dftIndexFile
_store
protected IWebdavStore _store
_insteadOf404
protected String _insteadOf404
_resourceLocks
protected ResourceLocks _resourceLocks
_mimeTyper
protected IMimeTyper _mimeTyper
_contentLength
protected int _contentLength
DoHead
public DoHead(IWebdavStore store,
String dftIndexFile,
String insteadOf404,
ResourceLocks resourceLocks,
IMimeTyper mimeTyper,
int contentLengthHeader)
execute
public void execute(ITransaction transaction,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws IOException,
LockFailedException
- Throws:
IOException
LockFailedException
folderBody
protected void folderBody(ITransaction transaction,
String path,
javax.servlet.http.HttpServletResponse resp,
javax.servlet.http.HttpServletRequest req)
throws IOException
- Throws:
IOException
doBody
protected void doBody(ITransaction transaction,
javax.servlet.http.HttpServletResponse resp,
String path)
throws IOException
- Throws:
IOException
Copyright © 2013 KnowledgePlaza. All Rights Reserved.