ModeShape Distribution 3.0.0.Beta4

Uses of Interface
org.modeshape.webdav.IWebdavStore

Packages that use IWebdavStore
org.modeshape.webdav   
org.modeshape.webdav.methods   
 

Uses of IWebdavStore in org.modeshape.webdav
 

Classes in org.modeshape.webdav that implement IWebdavStore
 class LocalFileSystemStore
          Reference Implementation of WebdavStore
 

Fields in org.modeshape.webdav declared as IWebdavStore
protected  IWebdavStore WebDavServletBean.store
           
 

Methods in org.modeshape.webdav that return IWebdavStore
protected  IWebdavStore WebdavServlet.constructStore(String clazzName, File root)
           
 

Methods in org.modeshape.webdav with parameters of type IWebdavStore
 void WebDavServletBean.init(IWebdavStore store, String dftIndexFile, String insteadOf404, int nocontentLenghHeaders, boolean lazyFolderCreationOnPut)
           
 

Uses of IWebdavStore in org.modeshape.webdav.methods
 

Fields in org.modeshape.webdav.methods declared as IWebdavStore
protected  IWebdavStore DoHead.store
           
 

Constructors in org.modeshape.webdav.methods with parameters of type IWebdavStore
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)
           
 


ModeShape Distribution 3.0.0.Beta4

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.