com.ecyrd.jspwiki.dav
Class HTMLPagesDavProvider

java.lang.Object
  extended by com.ecyrd.jspwiki.dav.WikiDavProvider
      extended by com.ecyrd.jspwiki.dav.RawPagesDavProvider
          extended by com.ecyrd.jspwiki.dav.HTMLPagesDavProvider
All Implemented Interfaces:
DavProvider

public class HTMLPagesDavProvider
extends RawPagesDavProvider


Field Summary
 
Fields inherited from class com.ecyrd.jspwiki.dav.RawPagesDavProvider
log
 
Fields inherited from class com.ecyrd.jspwiki.dav.WikiDavProvider
m_engine
 
Constructor Summary
HTMLPagesDavProvider(WikiEngine engine)
           
 
Method Summary
protected  DavItem getItemNoCache(DavPath path)
           
 String getURL(DavPath path)
           
 
Methods inherited from class com.ecyrd.jspwiki.dav.RawPagesDavProvider
getItem, getRelativePath, listAlphabeticals, listItems, setItem
 
Methods inherited from class com.ecyrd.jspwiki.dav.WikiDavProvider
getEngine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLPagesDavProvider

public HTMLPagesDavProvider(WikiEngine engine)
Method Detail

getItemNoCache

protected DavItem getItemNoCache(DavPath path)
Overrides:
getItemNoCache in class RawPagesDavProvider

getURL

public String getURL(DavPath path)
Specified by:
getURL in interface DavProvider
Overrides:
getURL in class RawPagesDavProvider