org.abstracthorizon.danube.webdav.fs
Class FileSystemWebDAVConnectionHandler

java.lang.Object
  extended by org.abstracthorizon.danube.http.BaseReflectionHTTPConnectionHandler
      extended by org.abstracthorizon.danube.webdav.BaseWebDAVResourceConnectionHandler
          extended by org.abstracthorizon.danube.webdav.fs.FileSystemWebDAVConnectionHandler
All Implemented Interfaces:
ConnectionHandler

public class FileSystemWebDAVConnectionHandler
extends BaseWebDAVResourceConnectionHandler


Field Summary
protected  FileSystemWebDAVResourceAdapter fsAdapter
           
 
Fields inherited from class org.abstracthorizon.danube.webdav.BaseWebDAVResourceConnectionHandler
adapter, bufferSize, collectionRenderer, readOnly, STATUS_FAILED_DEPENDENCY, STATUS_LOCKED
 
Fields inherited from class org.abstracthorizon.danube.http.BaseReflectionHTTPConnectionHandler
cachedMethods, errorResponse, noDefaultHead, noDefaultTrace
 
Constructor Summary
FileSystemWebDAVConnectionHandler()
           
 
Method Summary
 File getFilePath()
          Sets path where files are stored
 void methodPOST(HTTPConnection connection)
           
 void setFilePath(File filePath)
          Sets path where files are stored
 
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
 

Field Detail

fsAdapter

protected FileSystemWebDAVResourceAdapter fsAdapter
Constructor Detail

FileSystemWebDAVConnectionHandler

public FileSystemWebDAVConnectionHandler()
Method Detail

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.