Package | Description |
---|---|
org.modeshape.webdav | |
org.modeshape.webdav.methods |
Modifier and Type | Class and Description |
---|---|
class |
LocalFileSystemStore
Reference Implementation of WebdavStore
|
Modifier and Type | Field and Description |
---|---|
protected IWebdavStore |
WebDavServletBean.store |
Modifier and Type | Method and Description |
---|---|
protected IWebdavStore |
WebdavServlet.constructStore(String clazzName,
File root) |
Modifier and Type | Method and Description |
---|---|
void |
WebDavServletBean.init(IWebdavStore store,
String dftIndexFile,
String insteadOf404,
int nocontentLenghHeaders,
boolean lazyFolderCreationOnPut) |
Modifier and Type | Field and Description |
---|---|
protected IWebdavStore |
DoHead.store |
Constructor and Description |
---|
DoCopy(IWebdavStore store,
ResourceLocks resourceLocks,
DoDelete doDelete,
boolean readOnly) |
DoDelete(IWebdavStore store,
ResourceLocks resourceLocks,
boolean readOnly) |
DoGet(IWebdavStore store,
String dftIndexFile,
String insteadOf404,
ResourceLocks resourceLocks,
IMimeTyper mimeTyper,
int contentLengthHeader) |
DoHead(IWebdavStore store,
String dftIndexFile,
String insteadOf404,
ResourceLocks resourceLocks,
IMimeTyper mimeTyper,
int contentLengthHeader) |
DoLock(IWebdavStore store,
IResourceLocks resourceLocks,
boolean readOnly) |
DoMkcol(IWebdavStore store,
IResourceLocks resourceLocks,
boolean readOnly) |
DoOptions(IWebdavStore store,
ResourceLocks resLocks) |
DoPropfind(IWebdavStore store,
ResourceLocks resLocks,
IMimeTyper mimeTyper) |
DoProppatch(IWebdavStore store,
ResourceLocks resLocks,
boolean readOnly) |
DoPut(IWebdavStore store,
IResourceLocks resLocks,
boolean readOnly,
boolean lazyFolderCreationOnPut) |
DoUnlock(IWebdavStore store,
IResourceLocks resourceLocks,
boolean readOnly) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.