com.ecyrd.jspwiki.dav.items
Class DirectoryItem

java.lang.Object
  extended by com.ecyrd.jspwiki.dav.items.DavItem
      extended by com.ecyrd.jspwiki.dav.items.DirectoryItem
Direct Known Subclasses:
AttachmentDirectoryItem, TopLevelDavItem

public class DirectoryItem
extends DavItem

Since:

Field Summary
 
Fields inherited from class com.ecyrd.jspwiki.dav.items.DavItem
m_items, m_path, m_provider
 
Constructor Summary
DirectoryItem(DavProvider provider, DavPath path)
           
 
Method Summary
 void addDavItem(DavItem di)
           
 void addDavItems(Collection c)
           
 String getContentType()
           
 String getHref()
           
 InputStream getInputStream()
           
 long getLength()
           
 Collection getPropertySet()
           
 
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

DirectoryItem

public DirectoryItem(DavProvider provider,
                     DavPath path)
Method Detail

getContentType

public String getContentType()
Specified by:
getContentType in class DavItem

getLength

public long getLength()
Specified by:
getLength in class DavItem

getPropertySet

public Collection getPropertySet()
Specified by:
getPropertySet in class DavItem

getHref

public String getHref()
Specified by:
getHref in class DavItem

addDavItem

public void addDavItem(DavItem di)

addDavItems

public void addDavItems(Collection c)

getInputStream

public InputStream getInputStream()
Specified by:
getInputStream in class DavItem