com.ecyrd.jspwiki.dav
Class AttachmentDavProvider
java.lang.Object
com.ecyrd.jspwiki.dav.AttachmentDavProvider
- All Implemented Interfaces:
- DavProvider
public class AttachmentDavProvider
- extends Object
- implements DavProvider
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_engine
protected WikiEngine m_engine
log
protected static final org.apache.log4j.Logger log
AttachmentDavProvider
public AttachmentDavProvider(WikiEngine engine)
getEngine
public WikiEngine getEngine()
- Returns the engine used by this provider.
- Returns:
- The engine
listAttachmentsOfPage
protected Collection listAttachmentsOfPage(DavPath path)
getItem
public DavItem getItem(DavPath path)
- Specified by:
getItem
in interface DavProvider
setItem
public void setItem(DavPath path,
DavItem item)
- Specified by:
setItem
in interface DavProvider
getURL
public String getURL(DavPath path)
- Specified by:
getURL
in interface DavProvider