Package com.xpn.xwiki
Class XWikiConstant
- java.lang.Object
-
- com.xpn.xwiki.XWikiConstant
-
public class XWikiConstant extends Object
-
-
Field Summary
Fields Modifier and Type Field Description 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
Constructors Constructor Description XWikiConstant()
-
-
-
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
-
-