public class DoHead extends AbstractMethod
| Modifier and Type | Field and Description |
|---|---|
protected int |
_contentLength |
protected String |
_dftIndexFile |
protected String |
_insteadOf404 |
protected IMimeTyper |
_mimeTyper |
protected ResourceLocks |
_resourceLocks |
protected IWebdavStore |
_store |
BUF_SIZE, CREATION_DATE_FORMAT, DEFAULT_TIMEOUT, INFINITY, LAST_MODIFIED_DATE_FORMAT, LOCAL_DATE_FORMAT, MAX_TIMEOUT, TEMP_TIMEOUT, TEMPORARY, URL_ENCODER| Constructor and Description |
|---|
DoHead(IWebdavStore store,
String dftIndexFile,
String insteadOf404,
ResourceLocks resourceLocks,
IMimeTyper mimeTyper,
int contentLengthHeader) |
| Modifier and Type | Method and Description |
|---|---|
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) |
checkLocks, creationDateFormat, getCleanPath, getDepth, getDocumentBuilder, getETag, getLocalDateFormat, getLockIdFromIfHeader, getLockIdFromLockTokenHeader, getParentPath, getRelativePath, lastModifiedDateFormat, rewriteUrl, sendReportprotected String _dftIndexFile
protected IWebdavStore _store
protected String _insteadOf404
protected ResourceLocks _resourceLocks
protected IMimeTyper _mimeTyper
protected int _contentLength
public DoHead(IWebdavStore store, String dftIndexFile, String insteadOf404, ResourceLocks resourceLocks, IMimeTyper mimeTyper, int contentLengthHeader)
public void execute(ITransaction transaction, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws IOException, LockFailedException
IOExceptionLockFailedExceptionprotected void folderBody(ITransaction transaction, String path, javax.servlet.http.HttpServletResponse resp, javax.servlet.http.HttpServletRequest req) throws IOException
IOExceptionprotected void doBody(ITransaction transaction, javax.servlet.http.HttpServletResponse resp, String path) throws IOException
IOExceptionCopyright © 2011-2013. All Rights Reserved.