com.jalios.jcms.webdav.file
Class FileWebdavContext

java.lang.Object
  extended by com.jalios.jcms.webdav.WebdavContext
      extended by 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
static String REVISION
           
 
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
FileWebdavContext()
           
 
Method Summary
 boolean authenticate()
          No authentication for this implementation
 WebdavFileSystem getWebdavFileSystem()
           
 
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_FindAllProp, writeProperties_FindByProperty, writeProperties_FindPropertyNames, writeProperties, writePropPatch, writeResponse, writeResponseProperties, writeStatus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REVISION

public static final String REVISION
See Also:
Constant Field Values
Constructor Detail

FileWebdavContext

public FileWebdavContext()
Method Detail

getWebdavFileSystem

public WebdavFileSystem getWebdavFileSystem()
Specified by:
getWebdavFileSystem in class WebdavContext
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:
authenticate in class WebdavContext
Returns:
always true


Copyright © 2001-2010 Jalios SA. All Rights Reserved.