public class DoHead extends WebDavMethod
| Modifier and Type | Field and Description |
|---|---|
protected WebDavStore |
_store |
BUF_SIZE, CREATION_DATE_FORMAT, DEFAULT_TIMEOUT, INFINITY, LAST_MODIFIED_DATE_FORMAT, MAX_TIMEOUT, TEMP_TIMEOUT, TEMPORARY| Constructor and Description |
|---|
DoHead(WebDavStore store)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doBody(RequestContext requestContext,
Resource so)
Process request in case the resource is not a folder.
|
void |
execute(RequestContext requestContext)
To be implemented by concrete method.
|
protected void |
folderBody(RequestContext requestContext,
Resource so)
Process request in case the resource is a folder.
|
checkLocks, determineMethodsAllowed, encodeURL, getCleanPath, getDefaultMethodsAllowed, getDepth, getDocumentBuilder, getETag, getFolderMethodsAllowed, getHRef, getLockIdFromIfHeader, getLockIdFromLockTokenHeader, getNullResourceMethodsAllowed, getParentPath, getRelativePath, getRelativePath, getResourceMethodsAllowed, getVersion, sendReportprotected final WebDavStore _store
public DoHead(WebDavStore store)
store - public void execute(RequestContext requestContext) throws IOException, LockFailedException
WebDavMethodexecute in class WebDavMethodIOExceptionLockFailedExceptionprotected void folderBody(RequestContext requestContext, Resource so) throws IOException
requestContext - so - IOExceptionprotected void doBody(RequestContext requestContext, Resource so) throws IOException
requestContext - so - IOExceptionThis software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.