Uses of Class
com.xpn.xwiki.plugin.webdav.resources.partial.AbstractDavResource

Packages that use AbstractDavResource
com.xpn.xwiki.plugin.webdav.resources.domain   
com.xpn.xwiki.plugin.webdav.resources.partial   
com.xpn.xwiki.plugin.webdav.resources.views   
com.xpn.xwiki.plugin.webdav.resources.views.attachments   
com.xpn.xwiki.plugin.webdav.resources.views.pages   
 

Uses of AbstractDavResource in com.xpn.xwiki.plugin.webdav.resources.domain
 

Subclasses of AbstractDavResource in com.xpn.xwiki.plugin.webdav.resources.domain
 class DavAttachment
          The DAV resource representing an XWikiAttachment.
 class DavPage
          The collection resource which represents a page XWikiDocument of XWiki.
 class DavTempFile
          Resource used to represent temporary resources demanded by various dav clients.
 class DavWikiFile
          The dav resource used to represent the wiki content of an XWikiDocument.
 

Uses of AbstractDavResource in com.xpn.xwiki.plugin.webdav.resources.partial
 

Subclasses of AbstractDavResource in com.xpn.xwiki.plugin.webdav.resources.partial
 class AbstractDavFile
          The DAV resource representing 'file' type entities of XWiki.
 class AbstractDavView
          A view represents a collection of webdav resources, usually a view is a logical grouping of resources (pages, spaces etc.).
 

Uses of AbstractDavResource in com.xpn.xwiki.plugin.webdav.resources.views
 

Subclasses of AbstractDavResource in com.xpn.xwiki.plugin.webdav.resources.views
 class HomeView
          This view allows to browse the pages starting from Main.WebHome using the parent child relationship.
 class OrphansView
          This view allows to view the other entry points in the wiki that are not linked to 'Main.WebHome'.
 class RootView
          The root of all views (entry point).
 class WhatsnewView
          This view would list the last 20 modified pages.
 

Uses of AbstractDavResource in com.xpn.xwiki.plugin.webdav.resources.views.attachments
 

Subclasses of AbstractDavResource in com.xpn.xwiki.plugin.webdav.resources.views.attachments
 class AttachmentsByFirstLettersSubView
          The view responsible for holding a set of pages (with attachments) all of which begin with a particular phrase.
 class AttachmentsBySpaceNameSubView
          This view groups all pages having attachments according to their space name.
 class AttachmentsView
          This view list all documents containing attachments.
 

Uses of AbstractDavResource in com.xpn.xwiki.plugin.webdav.resources.views.pages
 

Subclasses of AbstractDavResource in com.xpn.xwiki.plugin.webdav.resources.views.pages
 class PagesByFirstLettersSubView
          The view responsible for holding a set of pages all of which begin with a particular phrase.
 class PagesBySpaceNameSubView
          This view groups all pages according to their space name.
 class PagesView
          This view lists all the documents organized by space.
 



Copyright © 2004-2011 XWiki. All Rights Reserved.