org.jboss.dna.web.jcr.rest.client.json
Interface IJsonConstants


public interface IJsonConstants

The IJsonConstants interface provides JSON-specific constants used when JSON as a transport mechanism between the REST client and the REST server.


Nested Class Summary
static class IJsonConstants.RequestMethod
          The HTTP method to use when creating a connection with the REST server.
 
Field Summary
static String CHILDREN_KEY
          The key in the JSONObject whose value is the collection of node children.
static String PROPERTIES_KEY
          The key in the JSONObject whose value is the collection of node properties.
static String SERVER_CONTEXT
          The server context added to URLs.
static String WORKSPACE_CONTEXT
          The workspace context added to the URLs.
 

Field Detail

CHILDREN_KEY

static final String CHILDREN_KEY
The key in the JSONObject whose value is the collection of node children.

See Also:
Constant Field Values

PROPERTIES_KEY

static final String PROPERTIES_KEY
The key in the JSONObject whose value is the collection of node properties.

See Also:
Constant Field Values

SERVER_CONTEXT

static final String SERVER_CONTEXT
The server context added to URLs.

See Also:
Constant Field Values

WORKSPACE_CONTEXT

static final String WORKSPACE_CONTEXT
The workspace context added to the URLs.

See Also:
Constant Field Values


Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.