net.sf.webdav.methods
Class DoGet

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

public class DoGet
extends DoHead


Field Summary
 
Fields inherited from class net.sf.webdav.methods.DoHead
_contentLength, _dftIndexFile, _insteadOf404, _mimeTyper, _resourceLocks, _store
 
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, URL_ENCODER
 
Constructor Summary
DoGet(IWebdavStore store, String dftIndexFile, String insteadOf404, ResourceLocks resourceLocks, IMimeTyper mimeTyper, int contentLengthHeader)
           
 
Method Summary
protected  void doBody(ITransaction transaction, javax.servlet.http.HttpServletResponse resp, String path)
           
protected  void folderBody(ITransaction transaction, String path, javax.servlet.http.HttpServletResponse resp, javax.servlet.http.HttpServletRequest req)
           
 
Methods inherited from class net.sf.webdav.methods.DoHead
execute
 
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
 

Constructor Detail

DoGet

public DoGet(IWebdavStore store,
             String dftIndexFile,
             String insteadOf404,
             ResourceLocks resourceLocks,
             IMimeTyper mimeTyper,
             int contentLengthHeader)
Method Detail

doBody

protected void doBody(ITransaction transaction,
                      javax.servlet.http.HttpServletResponse resp,
                      String path)
Overrides:
doBody in class DoHead

folderBody

protected void folderBody(ITransaction transaction,
                          String path,
                          javax.servlet.http.HttpServletResponse resp,
                          javax.servlet.http.HttpServletRequest req)
                   throws IOException
Overrides:
folderBody in class DoHead
Throws:
IOException


Copyright © 2013 KnowledgePlaza. All Rights Reserved.