Package org.drjekyll.webdav.methods
Class DoMkcol
- java.lang.Object
 - 
- org.drjekyll.webdav.methods.Method
 - 
- org.drjekyll.webdav.methods.DoMkcol
 
 
 
- 
- All Implemented Interfaces:
 MethodExecutor
public class DoMkcol 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 DoMkcol(WebdavStore store, IResourceLocks resourceLocks, boolean readOnly) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(Transaction transaction, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)- 
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
- 
DoMkcol
public DoMkcol(WebdavStore store, IResourceLocks resourceLocks, boolean readOnly)
 
 - 
 
- 
Method Detail
- 
execute
public void execute(Transaction transaction, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws IOException
- Throws:
 IOException
 
 - 
 
 -