org.xwiki.rest
Class Constants

java.lang.Object
  extended by org.xwiki.rest.Constants

public class Constants
extends java.lang.Object

Version:
$Id: Constants.java 21281 2009-06-13 19:22:09Z sdumitriu $

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

XWIKI_CONTEXT

public static final java.lang.String XWIKI_CONTEXT
The key used to store the XWiki context in the current Restlet context.

See Also:
Constant Field Values

XWIKI

public static final java.lang.String XWIKI
The key used to store the XWiki private API object in the current Restlet context.

See Also:
Constant Field Values

XWIKI_API

public static final java.lang.String XWIKI_API
The key used to store the XWiki public API object in the current Restlet context.

See Also:
Constant Field Values

XWIKI_USER

public static final java.lang.String XWIKI_USER
The key used to store the XWiki user performing the request in the current Restlet context.

See Also:
Constant Field Values

XWIKI_COMPONENT_MANAGER

public static final java.lang.String XWIKI_COMPONENT_MANAGER
The key used to store the XWiki component manager in the current Restlet context.

See Also:
Constant Field Values

RELEASABLE_COMPONENT_REFERENCES

public static final 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.

See Also:
Constant Field Values

ALLOWED_VALUES_ATTRIBUTE_NAME

public static final java.lang.String ALLOWED_VALUES_ATTRIBUTE_NAME
The key used to store allowed values for an object property in an XWiki object representation.

See Also:
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 Values

HTTP_REQUEST

public static final java.lang.String HTTP_REQUEST
The key used to store the current HTTP request object in the current Restlet context.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


Copyright © 2004-2009 XWiki. All Rights Reserved.