com.xpn.xwiki
Class XWikiConstant

java.lang.Object
  extended by com.xpn.xwiki.XWikiConstant

public class XWikiConstant
extends Object


Field Summary
static String DROPPED_PERMISSIONS
          The context key which is used to signify that permissions have been dropped.
static EntityReference EDIT_MODE_CLASS
          The class that holds the default edit mode for a document.
static String TAG_CLASS
           
static String TAG_CLASS_PROP_TAGS
           
 
Constructor Summary
XWikiConstant()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TAG_CLASS

public static final String TAG_CLASS
See Also:
Constant Field Values

TAG_CLASS_PROP_TAGS

public static final String TAG_CLASS_PROP_TAGS
See Also:
Constant Field Values

EDIT_MODE_CLASS

public static final EntityReference EDIT_MODE_CLASS
The class that holds the default edit mode for a document. The object of this class can be attached either to the document itself or to an included sheet. If both are found, the one attached to the document is used.

Since:
3.1M2

DROPPED_PERMISSIONS

public static final String DROPPED_PERMISSIONS
The context key which is used to signify that permissions have been dropped.

See Also:
Constant Field Values
Constructor Detail

XWikiConstant

public XWikiConstant()


Copyright © 2004–2014 XWiki. All rights reserved.