public class DoGet extends DoHead
_contentLength, _dftIndexFile, _insteadOf404, _mimeTyper, _resourceLocks, _storeBUF_SIZE, CREATION_DATE_FORMAT, DEFAULT_TIMEOUT, INFINITY, LAST_MODIFIED_DATE_FORMAT, MAX_TIMEOUT, TEMP_TIMEOUT, TEMPORARY, URL_ENCODER| Constructor and Description |
|---|
DoGet(IWebdavStore store,
String dftIndexFile,
String insteadOf404,
ResourceLocks resourceLocks,
IMimeTyper mimeTyper,
boolean contentLengthHeader) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doBody(ITransaction transaction,
WebdavResponse resp,
String path) |
protected void |
folderBody(ITransaction transaction,
String path,
WebdavResponse resp,
WebdavRequest req) |
protected String |
getCSS()
Return the CSS styles used to display the HTML representation
of the webdav content.
|
protected DateFormat |
getDateTimeFormat(Locale browserLocale)
Return this as the Date/Time format for displaying Creation + Modification dates
|
protected String |
getFooter(ITransaction transaction,
String path,
WebdavResponse resp,
WebdavRequest req)
Return the footer to be displayed after the folder content
|
protected String |
getHeader(ITransaction transaction,
String path,
WebdavResponse resp,
WebdavRequest req)
Return the header to be displayed in front of the folder content
|
checkLocks, ensureLeadingSlash, getCleanPath, getDepth, getDocumentBuilder, getETag, getLockIdFromIfHeader, getLockIdFromLockTokenHeader, getParentPath, getRelativePath, rewriteUrl, sendReportpublic DoGet(IWebdavStore store, String dftIndexFile, String insteadOf404, ResourceLocks resourceLocks, IMimeTyper mimeTyper, boolean contentLengthHeader)
protected void doBody(ITransaction transaction, WebdavResponse resp, String path)
protected void folderBody(ITransaction transaction, String path, WebdavResponse resp, WebdavRequest req) throws IOException, WebdavException
folderBody in class DoHeadIOExceptionWebdavExceptionprotected String getCSS()
protected DateFormat getDateTimeFormat(Locale browserLocale)
browserLocale - protected String getHeader(ITransaction transaction, String path, WebdavResponse resp, WebdavRequest req)
transaction - path - resp - req - protected String getFooter(ITransaction transaction, String path, WebdavResponse resp, WebdavRequest req)
transaction - path - resp - req - Copyright © 2014. All Rights Reserved.