Uses of Interface
com.xpn.xwiki.plugin.webdav.resources.XWikiDavResource

Packages that use XWikiDavResource
com.xpn.xwiki.plugin.webdav.resources   
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   
com.xpn.xwiki.plugin.webdav.utils   
 

Uses of XWikiDavResource in com.xpn.xwiki.plugin.webdav.resources
 

Methods in com.xpn.xwiki.plugin.webdav.resources that return XWikiDavResource
 XWikiDavResource XWikiDavResource.decode(java.lang.String[] tokens, int next)
          Method responsible for recursively decoding a URL which has been split into segments ("/").
 

Methods in com.xpn.xwiki.plugin.webdav.resources that return types with arguments of type XWikiDavResource
 java.util.List<XWikiDavResource> XWikiDavResource.getInitMembers()
           
 java.util.List<XWikiDavResource> XWikiDavResource.getVirtualMembers()
           
 

Methods in com.xpn.xwiki.plugin.webdav.resources with parameters of type XWikiDavResource
 void XWikiDavResource.init(XWikiDavResource parent, java.lang.String name, java.lang.String relativePath)
          Initializes this resource with common attributes inherited from the parent.
 

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

Classes in com.xpn.xwiki.plugin.webdav.resources.domain that implement XWikiDavResource
 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.
 

Methods in com.xpn.xwiki.plugin.webdav.resources.domain that return XWikiDavResource
 XWikiDavResource DavPage.decode(java.lang.String[] tokens, int next)
          

The default decode implementation assumes the next resource in chain to be a temporary resource.

 XWikiDavResource DavTempFile.decode(java.lang.String[] tokens, int next)
          

The default decode implementation assumes the next resource in chain to be a temporary resource.

 

Methods in com.xpn.xwiki.plugin.webdav.resources.domain that return types with arguments of type XWikiDavResource
 java.util.List<XWikiDavResource> DavPage.getInitMembers()
          
 

Methods in com.xpn.xwiki.plugin.webdav.resources.domain with parameters of type XWikiDavResource
 void DavPage.init(XWikiDavResource parent, java.lang.String name, java.lang.String relativePath)
          Initializes this resource with common attributes inherited from the parent.
 void DavAttachment.init(XWikiDavResource parent, java.lang.String name, java.lang.String relativePath)
          Initializes this resource with common attributes inherited from the parent.
 void DavWikiFile.init(XWikiDavResource parent, java.lang.String name, java.lang.String relativePath)
          Initializes this resource with common attributes inherited from the parent.
 void DavTempFile.init(XWikiDavResource parent, java.lang.String name, java.lang.String relativePath)
          Initializes this resource with common attributes inherited from the parent.
 

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

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

Fields in com.xpn.xwiki.plugin.webdav.resources.partial declared as XWikiDavResource
protected  XWikiDavResource AbstractDavResource.parentResource
          Parent resource (collection).
 

Methods in com.xpn.xwiki.plugin.webdav.resources.partial that return XWikiDavResource
 XWikiDavResource AbstractDavFile.decode(java.lang.String[] tokens, int next)
          

The default decode implementation assumes the next resource in chain to be a temporary resource.

 XWikiDavResource AbstractDavResource.decode(java.lang.String[] tokens, int next)
           The default decode implementation assumes the next resource in chain to be a temporary resource.
 

Methods in com.xpn.xwiki.plugin.webdav.resources.partial that return types with arguments of type XWikiDavResource
 java.util.List<XWikiDavResource> AbstractDavResource.getInitMembers()
          
 java.util.List<XWikiDavResource> AbstractDavResource.getVirtualMembers()
          
 

Methods in com.xpn.xwiki.plugin.webdav.resources.partial with parameters of type XWikiDavResource
 void AbstractDavResource.init(XWikiDavResource parent, java.lang.String name, java.lang.String relativePath)
          Initializes this resource with common attributes inherited from the parent.
 

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

Classes in com.xpn.xwiki.plugin.webdav.resources.views that implement XWikiDavResource
 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.
 

Methods in com.xpn.xwiki.plugin.webdav.resources.views that return XWikiDavResource
 XWikiDavResource HomeView.decode(java.lang.String[] tokens, int next)
          

The default decode implementation assumes the next resource in chain to be a temporary resource.

 XWikiDavResource WhatsnewView.decode(java.lang.String[] tokens, int next)
          

The default decode implementation assumes the next resource in chain to be a temporary resource.

 XWikiDavResource OrphansView.decode(java.lang.String[] tokens, int next)
          

The default decode implementation assumes the next resource in chain to be a temporary resource.

 XWikiDavResource RootView.decode(java.lang.String[] tokens, int next)
          

The default decode implementation assumes the next resource in chain to be a temporary resource.

 

Methods in com.xpn.xwiki.plugin.webdav.resources.views with parameters of type XWikiDavResource
 void HomeView.init(XWikiDavResource parent, java.lang.String name, java.lang.String relativePath)
          Initializes this resource with common attributes inherited from the parent.
 

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

Classes in com.xpn.xwiki.plugin.webdav.resources.views.attachments that implement XWikiDavResource
 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.
 

Methods in com.xpn.xwiki.plugin.webdav.resources.views.attachments that return XWikiDavResource
 XWikiDavResource AttachmentsByFirstLettersSubView.decode(java.lang.String[] tokens, int next)
          

The default decode implementation assumes the next resource in chain to be a temporary resource.

 XWikiDavResource AttachmentsBySpaceNameSubView.decode(java.lang.String[] tokens, int next)
          

The default decode implementation assumes the next resource in chain to be a temporary resource.

 XWikiDavResource AttachmentsView.decode(java.lang.String[] tokens, int next)
          

The default decode implementation assumes the next resource in chain to be a temporary resource.

 

Methods in com.xpn.xwiki.plugin.webdav.resources.views.attachments with parameters of type XWikiDavResource
 void AttachmentsByFirstLettersSubView.init(XWikiDavResource parent, java.lang.String name, java.lang.String relativePath)
          Initializes this resource with common attributes inherited from the parent.
 

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

Classes in com.xpn.xwiki.plugin.webdav.resources.views.pages that implement XWikiDavResource
 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.
 

Methods in com.xpn.xwiki.plugin.webdav.resources.views.pages that return XWikiDavResource
 XWikiDavResource PagesByFirstLettersSubView.decode(java.lang.String[] tokens, int next)
          

The default decode implementation assumes the next resource in chain to be a temporary resource.

 XWikiDavResource PagesBySpaceNameSubView.decode(java.lang.String[] tokens, int next)
          

The default decode implementation assumes the next resource in chain to be a temporary resource.

 XWikiDavResource PagesView.decode(java.lang.String[] tokens, int next)
          

The default decode implementation assumes the next resource in chain to be a temporary resource.

 

Methods in com.xpn.xwiki.plugin.webdav.resources.views.pages with parameters of type XWikiDavResource
 void PagesByFirstLettersSubView.init(XWikiDavResource parent, java.lang.String name, java.lang.String relativePath)
          Initializes this resource with common attributes inherited from the parent.
 

Uses of XWikiDavResource in com.xpn.xwiki.plugin.webdav.utils
 

Methods in com.xpn.xwiki.plugin.webdav.utils that return XWikiDavResource
 XWikiDavResource XWikiDavResourceFactory.createResource(org.apache.jackrabbit.webdav.DavResourceLocator locator, org.apache.jackrabbit.webdav.DavSession session, org.apache.jackrabbit.webdav.DavServletRequest request, org.apache.jackrabbit.webdav.DavServletResponse response)
          
 

Methods in com.xpn.xwiki.plugin.webdav.utils that return types with arguments of type XWikiDavResource
 java.util.Map<java.lang.String,java.util.List<XWikiDavResource>> XWikiDavUserStorage.getResourcesMap()
           
 



Copyright © 2004-2011 XWiki. All Rights Reserved.