|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xpn.xwiki.plugin.webdav.resources.partial.AbstractDavResource
com.xpn.xwiki.plugin.webdav.resources.partial.AbstractDavView
com.xpn.xwiki.plugin.webdav.resources.views.attachments.AttachmentsView
public class AttachmentsView
This view list all documents containing attachments.
| Field Summary |
|---|
| Fields inherited from class com.xpn.xwiki.plugin.webdav.resources.partial.AbstractDavResource |
|---|
locator, name, parentResource |
| Fields inherited from interface com.xpn.xwiki.plugin.webdav.resources.XWikiDavResource |
|---|
BASE_URI |
| Fields inherited from interface org.apache.jackrabbit.webdav.DavResource |
|---|
COMPLIANCE_CLASS, METHODS |
| Constructor Summary | |
|---|---|
AttachmentsView()
|
|
| Method Summary | |
|---|---|
XWikiDavResource |
decode(java.lang.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.AbstractDavView |
|---|
addMember, exists, getModificationTime, isCollection, move, removeMember, spool |
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttachmentsView()
| Method Detail |
|---|
public XWikiDavResource decode(java.lang.String[] tokens,
int next)
throws org.apache.jackrabbit.webdav.DavException
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.
decode in interface XWikiDavResourcedecode in class AbstractDavResourcetokens - segmented URL.next - next index to be processed by this resource.
XWikiDavResource corresponding to the given URL.
org.apache.jackrabbit.webdav.DavException - If it's not possible to decode the URL.public org.apache.jackrabbit.webdav.DavResourceIterator getMembers()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||