public class AttachmentDavProvider extends java.lang.Object implements DavProvider
Modifier and Type | Field and Description |
---|---|
protected WikiEngine |
m_engine |
Constructor and Description |
---|
AttachmentDavProvider(WikiEngine engine) |
Modifier and Type | Method and Description |
---|---|
WikiEngine |
getEngine()
Returns the engine used by this provider.
|
DavItem |
getItem(DavPath path) |
java.lang.String |
getURL(DavPath path) |
protected java.util.Collection |
listAttachmentsOfPage(DavPath path) |
void |
setItem(DavPath path,
DavItem item) |
protected WikiEngine m_engine
public AttachmentDavProvider(WikiEngine engine)
public WikiEngine getEngine()
protected java.util.Collection listAttachmentsOfPage(DavPath path)
public DavItem getItem(DavPath path)
getItem
in interface DavProvider
public void setItem(DavPath path, DavItem item)
setItem
in interface DavProvider
public java.lang.String getURL(DavPath path)
getURL
in interface DavProvider
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.