org.abstracthorizon.danube.webdav.fs
Class FileSystemWebDAVConnectionHandler
java.lang.Object
org.abstracthorizon.danube.http.BaseReflectionHTTPConnectionHandler
org.abstracthorizon.danube.webdav.BaseWebDAVResourceConnectionHandler
org.abstracthorizon.danube.webdav.fs.FileSystemWebDAVConnectionHandler
- All Implemented Interfaces:
- ConnectionHandler
public class FileSystemWebDAVConnectionHandler
- extends BaseWebDAVResourceConnectionHandler
Methods inherited from class org.abstracthorizon.danube.webdav.BaseWebDAVResourceConnectionHandler |
cacheMethods, collectRange, collectTimeouts, deleteLeafImpl, deleteRecursive, findResource, fixUnknownPropsResponse, getCollectionHTMLRenderer, getWebDAVResourceAdapter, isLockedRecursive, isReadOnly, lockImpl, lockRecursive, methodCOPY, methodDELETE, methodGET, methodHEAD, methodLOCK, methodMKCOL, methodMOVE, methodOPTIONS, methodPROPFIND, methodPROPPATCH, methodPUT, methodUNLOCK, obtainProps, obtainPropsRecursive, readRequestXML, setCollectionHTMLRenterer, setReadOnly, setWebDAVResourceAdapter, transmitResource, updateProps, updateProps, updatePropsRecursive |
Methods inherited from class org.abstracthorizon.danube.http.BaseReflectionHTTPConnectionHandler |
getErrorResponse, getNoDefaultHead, getNoDefaultTrace, handleConnection, invokeMethod, methodTRACE, returnError, returnSimpleContent, setErrorResponse, setNoDefaultHead, setNoDefaultTrace, updateDefaultHeadMethod, updateDefaultTraceMethod |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fsAdapter
protected FileSystemWebDAVResourceAdapter fsAdapter
FileSystemWebDAVConnectionHandler
public FileSystemWebDAVConnectionHandler()
methodPOST
public void methodPOST(HTTPConnection connection)
getFilePath
public File getFilePath()
- Sets path where files are stored
- Returns:
- file path
setFilePath
public void setFilePath(File filePath)
- Sets path where files are stored
- Parameters:
filePath
- file path
Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.