Package com.jalios.jcms.webdav.file
Class FileWebdavContext
- java.lang.Object
 - 
- com.jalios.jcms.webdav.WebdavContext
 - 
- com.jalios.jcms.webdav.file.FileWebdavContext
 
 
 
- 
public class FileWebdavContext extends WebdavContext
A File Representation of a Webdav Context- Since:
 - jcms-5.5.0
 - Version:
 - $Revision: 27753 $
 - Author:
 - Jean-Philippe Encausse
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringREVISION- 
Fields inherited from class com.jalios.jcms.webdav.WebdavContext
conf, EMPTY_STRING, hasError, httpDate, httpDateUS, INFINITY, inputStreamContent, isoDate, lang, locale, mapStatusCodes, NAMESPACE, NAMESPACE_MS, originalPathHeader, propAllSet, propFileSet, propMSWebFolderSet, propRFC2518Set, propSubSet, req, res, SC_ACCEPTED, SC_BAD_GATEWAY, SC_BAD_REQUEST, SC_CONFLICT, SC_CONTINUE, SC_CREATED, SC_FORBIDDEN, SC_INSUFFICIENT_SPACE_ON_RESOURCE, SC_INTERNAL_SERVER_ERROR, SC_LOCKED, SC_METHOD_FAILURE, SC_METHOD_NOT_ALLOWED, SC_MOVED_PERMANENTLY, SC_MOVED_TEMPORARILY, SC_MULTI_STATUS, SC_NO_CONTENT, SC_NOT_FOUND, SC_NOT_IMPLEMENTED, SC_NOT_MODIFIED, SC_OK, SC_PRECONDITION_FAILED, SC_REQUEST_TOO_LONG, SC_SERVICE_UNAVAILABLE, SC_UNAUTHORIZED, SC_UNPROCESSABLE_ENTITY, SC_UNSUPPORTED_MEDIA_TYPE, servletURI, setOkStatusCodes, statusCode, statusElm, statusMsg, statusPath 
 - 
 
- 
Constructor Summary
Constructors Constructor Description FileWebdavContext() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanauthenticate()No authentication for this implementationWebdavFileSystemgetWebdavFileSystem()- 
Methods inherited from class com.jalios.jcms.webdav.WebdavContext
addHeader, addStatusCodeMap, addStatusCodeSet, appendStatus, appendStatus, appendStatus, appendStatus, decodePath, encodePath, escapeWebdavChars, getDepthHeader, getDestinationHeader, getHttpDate, getHttpDate, getIfHeader, getIfRangeHeader, getInitParam, getInitParameterNames, getInputStreamContent, getISO8601Date, getLockTokenHeader, getLockTokenValue, getOriginalPathHeader, getOverwriteHeader, getPathHeader, getRangeHeader, getRealPath, getServletURI, getStatusText, getTimeoutHeader, hasErrors, init, initAfterAuthentication, isError, sendError, sendError, sendFile, sendHtml, sendMultiStatus, sendMultiStatus, sendMultiStatus, sendSingleStatus, sendSingleStatus, sendStatus, service, setHeader, writeHtmlFolder, writeLock, writeLocks, writeProperties, writeProperties_FindAllProp, writeProperties_FindByProperty, writeProperties_FindPropertyNames, writePropPatch, writeResponse, writeResponseProperties, writeStatus 
 - 
 
 - 
 
- 
- 
Field Detail
- 
REVISION
public static final java.lang.String REVISION
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
getWebdavFileSystem
public WebdavFileSystem getWebdavFileSystem()
- Specified by:
 getWebdavFileSystemin classWebdavContext- Returns:
 - WebdavFileSystem the Webdav FileSystem from the context or any other ways.
 - See Also:
 WebdavContext.getWebdavFileSystem()
 
- 
authenticate
public boolean authenticate()
No authentication for this implementation- Specified by:
 authenticatein classWebdavContext- Returns:
 - always true
 
 
 - 
 
 -