com.xpn.xwiki.plugin.webdav.utils
Interface XWikiDavUtils.BaseViews

Enclosing class:
XWikiDavUtils

public static interface XWikiDavUtils.BaseViews

An interface for collecting all base views.


Field Summary
static String ATTACHMENTS
          Attachments view.
static String HOME
          Home view.
static String ORPHANS
          Orphans view.
static String PAGES
          Pages view.
static String ROOT
          Root view.
static String WHATSNEW
          Whatsnew view.
 

Field Detail

ROOT

static final String ROOT
Root view.

See Also:
Constant Field Values

PAGES

static final String PAGES
Pages view.

See Also:
Constant Field Values

ATTACHMENTS

static final String ATTACHMENTS
Attachments view.

See Also:
Constant Field Values

HOME

static final String HOME
Home view.

See Also:
Constant Field Values

ORPHANS

static final String ORPHANS
Orphans view.

See Also:
Constant Field Values

WHATSNEW

static final String WHATSNEW
Whatsnew view.

See Also:
Constant Field Values


Copyright © 2004-2013 XWiki. All Rights Reserved.