com.ecyrd.jspwiki.dav.items
Class AttachmentDirectoryItem

java.lang.Object
  extended by com.ecyrd.jspwiki.dav.items.DavItem
      extended by com.ecyrd.jspwiki.dav.items.DirectoryItem
          extended by com.ecyrd.jspwiki.dav.items.AttachmentDirectoryItem

public class AttachmentDirectoryItem
extends DirectoryItem


Field Summary
 
Fields inherited from class com.ecyrd.jspwiki.dav.items.DavItem
m_items, m_path, m_provider
 
Constructor Summary
AttachmentDirectoryItem(DavProvider provider, DavPath parentpage)
           
 
Method Summary
 String getHref()
           
 Collection getPropertySet()
           
 
Methods inherited from class com.ecyrd.jspwiki.dav.items.DirectoryItem
addDavItem, addDavItems, getContentType, getInputStream, getLength
 
Methods inherited from class com.ecyrd.jspwiki.dav.items.DavItem
getPath, iterator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentDirectoryItem

public AttachmentDirectoryItem(DavProvider provider,
                               DavPath parentpage)
Method Detail

getHref

public String getHref()
Overrides:
getHref in class DirectoryItem

getPropertySet

public Collection getPropertySet()
Overrides:
getPropertySet in class DirectoryItem