Package org.drjekyll.webdav.methods
Class DoHead
- java.lang.Object
-
- org.drjekyll.webdav.methods.Method
-
- org.drjekyll.webdav.methods.DoHead
-
- All Implemented Interfaces:
MethodExecutor
- Direct Known Subclasses:
DoGet
public class DoHead extends Method
-
-
Field Summary
-
Fields inherited from class org.drjekyll.webdav.methods.Method
BUF_SIZE, CREATION_DATE_FORMAT, DEFAULT_TIMEOUT, INFINITY, LAST_MODIFIED_DATE_FORMAT, LOCAL_DATE_FORMAT, MAX_TIMEOUT, TEMP_TIMEOUT, TEMPORARY, URL_ENCODER
-
-
Constructor Summary
Constructors Constructor Description DoHead(WebdavStore store, String dftIndexFile, String insteadOf404, ResourceLocks resourceLocks, MimeTyper mimeTyper, int contentLengthHeader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doBody(Transaction transaction, javax.servlet.http.HttpServletResponse resp, String path)
void
execute(Transaction transaction, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
protected void
folderBody(Transaction transaction, String path, javax.servlet.http.HttpServletResponse resp, javax.servlet.http.HttpServletRequest req)
-
Methods inherited from class org.drjekyll.webdav.methods.Method
checkLocks, creationDateFormat, getCleanPath, getDepth, getDocumentBuilder, getETag, getLocalDateFormat, getLockIdFromIfHeader, getLockIdFromLockTokenHeader, getParentPath, getRelativePath, lastModifiedDateFormat, rewriteUrl, sendReport
-
-
-
-
Constructor Detail
-
DoHead
public DoHead(WebdavStore store, String dftIndexFile, String insteadOf404, ResourceLocks resourceLocks, MimeTyper mimeTyper, int contentLengthHeader)
-
-
Method Detail
-
execute
public void execute(Transaction transaction, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws IOException
- Throws:
IOException
-
doBody
protected void doBody(Transaction transaction, javax.servlet.http.HttpServletResponse resp, String path)
-
folderBody
protected void folderBody(Transaction transaction, String path, javax.servlet.http.HttpServletResponse resp, javax.servlet.http.HttpServletRequest req) throws IOException
- Throws:
IOException
-
-