org.modeshape.webdav.methods
Class DoHead
java.lang.Object
org.modeshape.webdav.methods.AbstractMethod
org.modeshape.webdav.methods.DoHead
- All Implemented Interfaces:
- IMethodExecutor
- Direct Known Subclasses:
- DoGet
public class DoHead
- extends AbstractMethod
Methods inherited from class org.modeshape.webdav.methods.AbstractMethod |
creationDateFormat, getCleanPath, getDepth, getDocumentBuilder, getETag, getLocalDateFormat, getLockIdFromIfHeader, getLockIdFromLockTokenHeader, getParentPath, getRelativePath, isUnlocked, lastModifiedDateFormat, rewriteUrl, sendReport |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dftIndexFile
protected final String dftIndexFile
store
protected final IWebdavStore store
insteadOf404
protected final String insteadOf404
resourceLocks
protected final ResourceLocks resourceLocks
mimeTyper
protected final IMimeTyper mimeTyper
contentLength
protected final int contentLength
DoHead
public DoHead(IWebdavStore store,
String dftIndexFile,
String insteadOf404,
ResourceLocks resourceLocks,
IMimeTyper mimeTyper,
int contentLengthHeader)
execute
public void execute(ITransaction transaction,
HttpServletRequest req,
HttpServletResponse resp)
throws IOException,
LockFailedException
- Throws:
IOException
LockFailedException
folderBody
protected void folderBody(ITransaction transaction,
String path,
HttpServletResponse resp,
HttpServletRequest req)
throws IOException
- Throws:
IOException
doBody
protected void doBody(ITransaction transaction,
HttpServletResponse resp,
String path)
throws IOException
- Throws:
IOException
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.