|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.rest.Constants
public class Constants
| Field Summary | |
|---|---|
static java.lang.String |
ALLOWED_VALUES_ATTRIBUTE_NAME
The key used to store allowed values for an object property in an XWiki object representation. |
static java.lang.String |
HTTP_REQUEST
The key used to store the current HTTP request object in the current Restlet context. |
static java.lang.String |
RELEASABLE_COMPONENT_REFERENCES
The key used to store the list of components that have to be released in the current Restlet context. |
static java.lang.String |
XWIKI
The key used to store the XWiki private API object in the current Restlet context. |
static java.lang.String |
XWIKI_API
The key used to store the XWiki public API object in the current Restlet context. |
static java.lang.String |
XWIKI_COMPONENT_MANAGER
The key used to store the XWiki component manager in the current Restlet context. |
static java.lang.String |
XWIKI_CONTEXT
The key used to store the XWiki context in the current Restlet context. |
static java.lang.String |
XWIKI_USER
The key used to store the XWiki user performing the request in the current Restlet context. |
| Constructor Summary | |
|---|---|
Constants()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String XWIKI_CONTEXT
public static final java.lang.String XWIKI
public static final java.lang.String XWIKI_API
public static final java.lang.String XWIKI_USER
public static final java.lang.String XWIKI_COMPONENT_MANAGER
public static final java.lang.String RELEASABLE_COMPONENT_REFERENCES
public static final java.lang.String ALLOWED_VALUES_ATTRIBUTE_NAME
DomainObjectFactory.createObject(org.xwiki.rest.model.jaxb.ObjectFactory, java.net.URI,
com.xpn.xwiki.XWikiContext, com.xpn.xwiki.api.Document, com.xpn.xwiki.objects.BaseObject, boolean),
Constant Field Valuespublic static final java.lang.String HTTP_REQUEST
| Constructor Detail |
|---|
public Constants()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||