Uses of Class
com.ecyrd.jspwiki.dav.DavPath

Packages that use DavPath
com.ecyrd.jspwiki.dav   
com.ecyrd.jspwiki.dav.items   
com.ecyrd.jspwiki.dav.methods   
 

Uses of DavPath in com.ecyrd.jspwiki.dav
 

Fields in com.ecyrd.jspwiki.dav declared as DavPath
protected  DavPath DavContext.m_path
           
 

Methods in com.ecyrd.jspwiki.dav that return DavPath
 DavPath DavContext.getPath()
           
 DavPath DavPath.subPath(int idx)
          Returns a new DavPath object that is a sub-path of this path.
 

Methods in com.ecyrd.jspwiki.dav with parameters of type DavPath
 void DavPath.append(DavPath dp)
          Adds another path to the end of this path.
 DavItem DavProvider.getItem(DavPath path)
           
 DavItem AttachmentDavProvider.getItem(DavPath path)
           
 DavItem WikiRootProvider.getItem(DavPath path)
           
 DavItem RawPagesDavProvider.getItem(DavPath dp)
           
protected  DavItem HTMLPagesDavProvider.getItemNoCache(DavPath path)
           
protected  DavItem RawPagesDavProvider.getItemNoCache(DavPath path)
           
 String DavProvider.getURL(DavPath path)
           
 String AttachmentDavProvider.getURL(DavPath path)
           
 String WikiRootProvider.getURL(DavPath path)
           
 String HTMLPagesDavProvider.getURL(DavPath path)
           
 String RawPagesDavProvider.getURL(DavPath path)
           
protected  Collection RawPagesDavProvider.listAlphabeticals(DavPath path)
           
protected  Collection AttachmentDavProvider.listAttachmentsOfPage(DavPath path)
           
 Collection WikiRootProvider.listItems(DavPath path)
           
 Collection RawPagesDavProvider.listItems(DavPath path)
           
 DavItem WikiRootProvider.refreshItem(DavItem old, DavPath path)
           
 void DavProvider.setItem(DavPath path, DavItem item)
           
 void AttachmentDavProvider.setItem(DavPath path, DavItem item)
           
 void WikiRootProvider.setItem(DavPath path, DavItem item)
           
 void RawPagesDavProvider.setItem(DavPath path, DavItem item)
           
 

Constructors in com.ecyrd.jspwiki.dav with parameters of type DavPath
DavContext(HttpServletRequest req, DavPath dp)
           
DavPath(DavPath dp)
          Creates a new DavPath from an old one.
 

Uses of DavPath in com.ecyrd.jspwiki.dav.items
 

Fields in com.ecyrd.jspwiki.dav.items declared as DavPath
protected  DavPath DavItem.m_path
           
 

Methods in com.ecyrd.jspwiki.dav.items that return DavPath
 DavPath DavItem.getPath()
           
 

Constructors in com.ecyrd.jspwiki.dav.items with parameters of type DavPath
AttachmentDirectoryItem(DavProvider provider, DavPath parentpage)
           
AttachmentItem(AttachmentDavProvider provider, DavPath path, Attachment att)
          Constructs a new DAV attachment.
DavItem(DavProvider provider, DavPath path)
           
DirectoryItem(DavProvider provider, DavPath path)
           
HTMLPageDavItem(DavProvider provider, DavPath path, WikiPage page)
           
PageDavItem(DavProvider provider, DavPath path, WikiPage page)
           
 

Uses of DavPath in com.ecyrd.jspwiki.dav.methods
 

Methods in com.ecyrd.jspwiki.dav.methods with parameters of type DavPath
abstract  void DavMethod.execute(HttpServletRequest req, HttpServletResponse res, DavPath path)
           
 void GetMethod.execute(HttpServletRequest req, HttpServletResponse res, DavPath dp)
           
 void PropFindMethod.execute(HttpServletRequest req, HttpServletResponse res, DavPath dp)
           
 void PropPatchMethod.execute(HttpServletRequest req, HttpServletResponse res, DavPath dp)