net.sf.webdav.methods
Class DoPropfind

java.lang.Object
  extended by net.sf.webdav.methods.AbstractMethod
      extended by net.sf.webdav.methods.DoPropfind
All Implemented Interfaces:
IMethodExecutor

public class DoPropfind
extends AbstractMethod


Field Summary
protected static URLEncoder URL_ENCODER
          Array containing the safe characters set.
 
Fields inherited from class net.sf.webdav.methods.AbstractMethod
BUF_SIZE, CREATION_DATE_FORMAT, DEFAULT_TIMEOUT, INFINITY, LAST_MODIFIED_DATE_FORMAT, MAX_TIMEOUT, TEMP_TIMEOUT, TEMPORARY
 
Constructor Summary
DoPropfind(IWebdavStore store, ResourceLocks resLocks, IMimeTyper mimeTyper)
           
 
Method Summary
 void execute(ITransaction transaction, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
           
 
Methods inherited from class net.sf.webdav.methods.AbstractMethod
checkLocks, getCleanPath, getDepth, getDocumentBuilder, getETag, getLockIdFromIfHeader, getLockIdFromLockTokenHeader, getParentPath, getRelativePath, rewriteUrl, sendReport
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

URL_ENCODER

protected static URLEncoder URL_ENCODER
Array containing the safe characters set.

Constructor Detail

DoPropfind

public DoPropfind(IWebdavStore store,
                  ResourceLocks resLocks,
                  IMimeTyper mimeTyper)
Method Detail

execute

public void execute(ITransaction transaction,
                    javax.servlet.http.HttpServletRequest req,
                    javax.servlet.http.HttpServletResponse resp)
             throws IOException,
                    LockFailedException
Throws:
IOException
LockFailedException


Copyright © 2013 KnowledgePlaza. All Rights Reserved.