com.ecyrd.jspwiki.dav
Class AttachmentDavProvider

java.lang.Object
  extended by com.ecyrd.jspwiki.dav.AttachmentDavProvider
All Implemented Interfaces:
DavProvider

public class AttachmentDavProvider
extends Object
implements DavProvider


Field Summary
protected static org.apache.log4j.Logger log
           
protected  WikiEngine m_engine
           
 
Constructor Summary
AttachmentDavProvider(WikiEngine engine)
           
 
Method Summary
 WikiEngine getEngine()
          Returns the engine used by this provider.
 DavItem getItem(DavPath path)
           
 String getURL(DavPath path)
           
protected  Collection listAttachmentsOfPage(DavPath path)
           
 void setItem(DavPath path, DavItem item)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_engine

protected WikiEngine m_engine

log

protected static final org.apache.log4j.Logger log
Constructor Detail

AttachmentDavProvider

public AttachmentDavProvider(WikiEngine engine)
Method Detail

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