com.xpn.xwiki.plugin.webdav.resources.views.attachments
Class AttachmentsView
java.lang.Object
com.xpn.xwiki.plugin.webdav.resources.partial.AbstractDavResource
com.xpn.xwiki.plugin.webdav.resources.partial.AbstractDavView
com.xpn.xwiki.plugin.webdav.resources.views.attachments.AttachmentsView
- All Implemented Interfaces:
- XWikiDavResource, org.apache.jackrabbit.webdav.DavResource
public class AttachmentsView
- extends AbstractDavView
This view list all documents containing attachments.
- Version:
- $Id: bdd6750b48e0050d91fc09ec3bc9f319c8847f5b $
| Fields inherited from interface org.apache.jackrabbit.webdav.DavResource |
COMPLIANCE_CLASS, METHODS |
|
Method Summary |
XWikiDavResource |
decode(String[] tokens,
int next)
The default decode implementation assumes the next resource in chain to be a temporary resource. |
org.apache.jackrabbit.webdav.DavResourceIterator |
getMembers()
|
| Methods inherited from class com.xpn.xwiki.plugin.webdav.resources.partial.AbstractDavResource |
addLockManager, addVirtualMember, alterProperties, alterProperties, clearCache, copy, equals, getCollection, getComplianceClass, getContext, getDisplayName, getFactory, getHref, getInitMembers, getLocator, getLock, getLocks, getProperties, getProperty, getPropertyNames, getResourcePath, getSession, getSupportedMethods, getVirtualMembers, getVirtualProperties, hashCode, hasLock, init, init, isLockable, isTempResource, lock, refreshLock, removeProperty, removeVirtualMember, setProperty, unlock |
AttachmentsView
public AttachmentsView()
decode
public XWikiDavResource decode(String[] tokens,
int next)
throws org.apache.jackrabbit.webdav.DavException
- Description copied from class:
AbstractDavResource
- The default decode implementation assumes the next resource in chain to be a temporary resource. Sub classes
should override this method to provide their own implementation.
- Specified by:
decode in interface XWikiDavResource- Overrides:
decode in class AbstractDavResource
- Parameters:
tokens - segmented URL.next - next index to be processed by this resource.
- Returns:
- the
XWikiDavResource corresponding to the given URL.
- Throws:
org.apache.jackrabbit.webdav.DavException - If it's not possible to decode the URL.
getMembers
public org.apache.jackrabbit.webdav.DavResourceIterator getMembers()
Copyright © 2004-2013 XWiki. All Rights Reserved.