Uses of Class
org.apache.wiki.dav.items.DavItem

Packages that use DavItem
org.apache.wiki.dav   
org.apache.wiki.dav.items   
 

Uses of DavItem in org.apache.wiki.dav
 

Methods in org.apache.wiki.dav that return DavItem
 DavItem WikiRootProvider.getItem(DavPath path)
           
 DavItem RawPagesDavProvider.getItem(DavPath dp)
           
 DavItem AttachmentDavProvider.getItem(DavPath path)
           
 DavItem DavProvider.getItem(DavPath path)
           
protected  DavItem HTMLPagesDavProvider.getItemNoCache(DavPath path)
           
protected  DavItem RawPagesDavProvider.getItemNoCache(DavPath path)
           
 DavItem WikiRootProvider.refreshItem(DavItem old, DavPath path)
           
 

Methods in org.apache.wiki.dav with parameters of type DavItem
 DavItem WikiRootProvider.refreshItem(DavItem old, DavPath path)
           
 void WikiRootProvider.setItem(DavPath path, DavItem item)
           
 void RawPagesDavProvider.setItem(DavPath path, DavItem item)
           
 void AttachmentDavProvider.setItem(DavPath path, DavItem item)
           
 void DavProvider.setItem(DavPath path, DavItem item)
           
 

Uses of DavItem in org.apache.wiki.dav.items
 

Subclasses of DavItem in org.apache.wiki.dav.items
 class AttachmentDirectoryItem
           
 class AttachmentItem
          Represents a DAV attachment.
 class DirectoryItem
           
 class HTMLPageDavItem
          Represents a DAV HTML page item.
 class PageDavItem
           
 class TopLevelDavItem
           
 

Fields in org.apache.wiki.dav.items with type parameters of type DavItem
protected  ArrayList<DavItem> DavItem.m_items
           
 

Methods in org.apache.wiki.dav.items with parameters of type DavItem
 void DirectoryItem.addDavItem(DavItem di)